Gets a write pointer for the specified CPU descriptor handle.
void* D3D12XboxGetWritePointer(
const D3D12_CPU_DESCRIPTOR_HANDLE &Handle
)
Handle
Type: D3D12_CPU_DESCRIPTOR_HANDLE
The CPU descriptor handle, as a D3D12_CPU_DESCRIPTOR_HANDLE structure.
Type: void *
Returns a write pointer for the specified CPU descriptor handle.
Reading from the returned pointer is discouraged, because the memory returned is write-combined.
Header: Declared in d3d12_x.h.
Library: Use d3d12_x.lib.