You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g. the maximum data size that can be updated with an sg_apply_uniforms() call - this can be down to 16 KByte on mobile GPUs (or even less on very old GLES2 GPUs), so it doesn't make sense to introduce a hardwired limitation.
Then in sg_make_shader(), shader creation should fail if one of the uniform blocks in sg_shader_desc is over the limit, and in addition, the validation function sg_make_shader() should check this too.
The text was updated successfully, but these errors were encountered:
E.g. the maximum data size that can be updated with an sg_apply_uniforms() call - this can be down to 16 KByte on mobile GPUs (or even less on very old GLES2 GPUs), so it doesn't make sense to introduce a hardwired limitation.
Then in sg_make_shader(), shader creation should fail if one of the uniform blocks in sg_shader_desc is over the limit, and in addition, the validation function sg_make_shader() should check this too.
The text was updated successfully, but these errors were encountered: