Hello, I got these vectors where I want to monitor the access, and do something on every write. What is the best approach? I planned on using protected inheritance of std vector…
10 years, 6 months ago
Hello, I got these vectors where I want to monitor the access, and do something on every write. What is the best approach? I planned on using protected inheritance of std vector…
10 years, 6 months ago
Let's say you need to update 10 separate bytes in your buffer, you could call glBufferSubData 10 times postpone and call SubData once, with the smallest dirty region Which one i…
11 years, 11 months ago
Hello, I'm wondering what's the proper approach to draw grids of different sizes. So far I'm using a buffer for grid transforms, another for point info. for (size_t i=0;i<NUM…
12 years, 4 months ago
15 years, 5 months ago
bmatrix.clear() it is. I thought it was auto zeroed all that time.
15 years, 5 months ago
15 years, 8 months ago
Hello, I got these vectors where I want to monitor the access, and do something on every write. What is …
10 years, 6 months ago
Let's say you need to update 10 separate bytes in your buffer, you could call glBufferSubData 10 times postpone and …
11 years, 11 months ago
Hello, I'm wondering what's the proper approach to draw grids of different sizes. So far I'm using a buffer for …
12 years, 4 months ago
With your permission, GameDev.net uses analytics cookies to understand how people use the platform. You can accept analytics or continue with necessary cookies only. Learn more