D3D12_GPU_VIRTUAL_ADDRESS_RANGE structure (d3d12.h)
Represents a GPU virtual address range.
Syntax
typedef struct D3D12_GPU_VIRTUAL_ADDRESS_RANGE {
D3D12_GPU_VIRTUAL_ADDRESS StartAddress;
UINT64 SizeInBytes;
} D3D12_GPU_VIRTUAL_ADDRESS_RANGE;
Members
StartAddress
The beginning of the virtual address range.
SizeInBytes
The size of the virtual address range, in bytes.
Requirements
Requirement | Value |
---|---|
Header | d3d12.h |