struct RasterizerOrderedByteAddressBuffer¶
Conditionally conforms to: __IDynamicResourceCastable<__DynamicResourceKind.General>
Description¶
Represents an opaque handle to a read-write buffer allocated in global memory that is indexed in bytes. This type can be used when working with raw buffers. Raw buffer can be viewed as a bag of bits to which you want raw access, that is, a buffer that you can conveniently access through chunks of one to four 32-bit typeless address values.
Fields¶
descriptorAccess : DescriptorAccess = DescriptorAccess.ReadWrite¶
kind : DescriptorKind = DescriptorKind.StorageBuffer¶
Methods¶
Conditional Conformances¶
Conformance to __IDynamicResourceCastable<__DynamicResourceKind.General>¶
RasterizerOrderedByteAddressBuffer additionally conforms to __IDynamicResourceCastable<__DynamicResourceKind.General>.
Remarks¶
This type is supported natively when targeting HLSL.