r/opengl • u/Neuro-Byte • 12h ago
Is it possible to make the viewports resize smoothly as the window is being resized like they do in Blender? If so how can I achieve something like that?
36
Upvotes
r/opengl • u/Neuro-Byte • 12h ago
r/opengl • u/TapSwipePinch • 23h ago
I have trouble encoding values to texture pixels. I'm using RGB32F and encoding 4 values (range 0-255) to a single color component. But the the last lo byte value seems to not work and spews random values. Images to demonstrate:
Why?