Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes a subresource memory range.
Syntax
typedef struct D3D12_SUBRESOURCE_RANGE_UINT64 {
UINT Subresource;
D3D12_RANGE_UINT64 Range;
} D3D12_SUBRESOURCE_RANGE_UINT64;
Members
Subresource
The index of the subresource.
Range
A memory range within the subresource.
Remarks
This structure is used by the AtomicCopyBufferUINT and AtomicCopyBufferUINT64 methods.
Requirements
Requirement | Value |
---|---|
Header | d3d12.h |