KhronosGroup / GLSL

GLSL Shading Language Issue Tracker
328 stars 96 forks source link

GL_EXT_null_initializer #151

Closed alan-baker closed 1 year ago

alan-baker commented 3 years ago
seanbaxter commented 3 years ago

How does this operate with Aliased smem, where you have multiple Workgroup declarations for the same memory? Would you put the zero initializer on just one of them?

alan-baker commented 3 years ago

Yes, you only need the initializer on one of the variables. There are (or will be) CTS tests for that interaction.

dgkoch commented 1 year ago

@alan-baker can you please address feedback so this can be merged?