The Texture and Sampler Types does not have a description for the Store method or the .sample[index][pos] operator.
The proposal must be updated to describe:
- The
Store method for RWTexture* types, describing the builtin interface, codegen lowering, and DXIL/SPIR-V translation.
- The
.sample[index][pos] operator for Texture2DMS and Texture2DMSArray, describing the curried subscript pattern (analogous to .mips[level][pos]).
AC:
The Texture and Sampler Types does not have a description for the
Storemethod or the.sample[index][pos]operator.The proposal must be updated to describe:
Storemethod forRWTexture*types, describing the builtin interface, codegen lowering, and DXIL/SPIR-V translation..sample[index][pos]operator forTexture2DMSandTexture2DMSArray, describing the curried subscript pattern (analogous to.mips[level][pos]).AC:
Storemethod added.sample[index][pos]operator added