D3D12XboxGetWritePointer

Gets a write pointer for the specified CPU descriptor handle.

Syntax

void* D3D12XboxGetWritePointer(
         const D3D12_CPU_DESCRIPTOR_HANDLE &Handle
)  

Parameters

Handle
Type: D3D12_CPU_DESCRIPTOR_HANDLE 

The CPU descriptor handle, as a D3D12_CPU_DESCRIPTOR_HANDLE structure.

Return value

Type: void *

Returns a write pointer for the specified CPU descriptor handle.

Remarks

Reading from the returned pointer is discouraged, because the memory returned is write-combined.

Requirements

Header: Declared in d3d12_x.h.

Library: Use d3d12_x.lib.