jan p springer
Results
1
issues of
jan p springer
how would i setup and update a shader-storage buffer object defined like this: ``` glsl struct light_t { /* lots of attributes */ }; layout (std430) buffer light_list_t { light_t...