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
Vectors of length greater than 4 should be loadable from StructuredBuffers using the standard LoadStore methods as well as subscript operators. These should generate rawBufferLoad and rawBufferStore DXIL intrinsics that operate on whole vectors rather than the previous 4 component at a time blocks.
Testing should be in the form of loading types with various shapes and element types involving long vectors using the different load methods and store. This should include
long vectors directly
vectors as members of structs that are not the first element (requires valid offset loading)
arrays of long vectors
array of structs containing vectors
struct of arrays containing vectors
The text was updated successfully, but these errors were encountered:
pow2clk
changed the title
loading long vectors from structuredbuffers
Load and store long vectors from and to StructuredBuffers
Feb 4, 2025
pow2clk
changed the title
Load and store long vectors from and to StructuredBuffers
[SM6.9] Load and store long vectors from and to StructuredBuffers
Feb 4, 2025
Vectors of length greater than 4 should be loadable from StructuredBuffers using the standard
Load
Store
methods as well as subscript operators. These should generaterawBufferLoad
andrawBufferStore
DXIL intrinsics that operate on whole vectors rather than the previous 4 component at a time blocks.Testing should be in the form of loading types with various shapes and element types involving long vectors using the different load methods and store. This should include
The text was updated successfully, but these errors were encountered: