@@ -402,12 +402,12 @@ export const kPerStageBindingLimits: {
402402} =
403403 /* prettier-ignore */ {
404404 'uniformBuf' : { class : 'uniformBuf' , maxLimits : { COMPUTE : 'maxUniformBuffersPerShaderStage' , FRAGMENT : 'maxUniformBuffersPerShaderStage' , VERTEX : 'maxUniformBuffersPerShaderStage' } } ,
405- 'storageBuf' : { class : 'storageBuf' , maxLimits : { COMPUTE : 'maxStorageBuffersPerShaderStage' , FRAGMENT : 'maxStorageBuffersPerShaderStage ' , VERTEX : 'maxStorageBuffersPerShaderStage ' } } ,
405+ 'storageBuf' : { class : 'storageBuf' , maxLimits : { COMPUTE : 'maxStorageBuffersPerShaderStage' , FRAGMENT : 'maxStorageBuffersInFragmentStage ' , VERTEX : 'maxStorageBuffersInVertexStage ' } } ,
406406 'sampler' : { class : 'sampler' , maxLimits : { COMPUTE : 'maxSamplersPerShaderStage' , FRAGMENT : 'maxSamplersPerShaderStage' , VERTEX : 'maxSamplersPerShaderStage' } } ,
407407 'sampledTex' : { class : 'sampledTex' , maxLimits : { COMPUTE : 'maxSampledTexturesPerShaderStage' , FRAGMENT : 'maxSampledTexturesPerShaderStage' , VERTEX : 'maxSampledTexturesPerShaderStage' } } ,
408- 'readonlyStorageTex' : { class : 'readonlyStorageTex' , maxLimits : { COMPUTE : 'maxStorageTexturesPerShaderStage' , FRAGMENT : 'maxStorageTexturesPerShaderStage ' , VERTEX : 'maxStorageTexturesPerShaderStage ' } } ,
409- 'writeonlyStorageTex' : { class : 'writeonlyStorageTex' , maxLimits : { COMPUTE : 'maxStorageTexturesPerShaderStage' , FRAGMENT : 'maxStorageTexturesPerShaderStage ' , VERTEX : 'maxStorageTexturesPerShaderStage ' } } ,
410- 'readwriteStorageTex' : { class : 'readwriteStorageTex' , maxLimits : { COMPUTE : 'maxStorageTexturesPerShaderStage' , FRAGMENT : 'maxStorageTexturesPerShaderStage ' , VERTEX : 'maxStorageTexturesPerShaderStage ' } } ,
408+ 'readonlyStorageTex' : { class : 'readonlyStorageTex' , maxLimits : { COMPUTE : 'maxStorageTexturesPerShaderStage' , FRAGMENT : 'maxStorageTexturesInFragmentStage ' , VERTEX : 'maxStorageTexturesInVertexStage ' } } ,
409+ 'writeonlyStorageTex' : { class : 'writeonlyStorageTex' , maxLimits : { COMPUTE : 'maxStorageTexturesPerShaderStage' , FRAGMENT : 'maxStorageTexturesInFragmentStage ' , VERTEX : 'maxStorageTexturesInVertexStage ' } } ,
410+ 'readwriteStorageTex' : { class : 'readwriteStorageTex' , maxLimits : { COMPUTE : 'maxStorageTexturesPerShaderStage' , FRAGMENT : 'maxStorageTexturesInFragmentStage ' , VERTEX : 'maxStorageTexturesInVertexStage ' } } ,
411411} ;
412412
413413/**
0 commit comments