cginternals / gloperate

C++ library for defining and controlling modern GPU rendering/processing operations.
MIT License
43 stars 26 forks source link

ClearStage: support glm vec4's #399

Closed j-o closed 5 years ago

j-o commented 7 years ago

ivec4 & uvec4 are required to clear [u]int buffers, vec4 is just for the sake of completeness.

j-o commented 7 years ago

Actually, vec4 is required to clear non-normalized float buffers.