- BeginEvent
void BeginEvent(UINT Metadata, const(void)* pData, UINT Size)
Undocumented in source.
- CopyTileMappings
void CopyTileMappings(ID3D12Resource pDstResource, const(D3D12_TILED_RESOURCE_COORDINATE)* pDstRegionStartCoordinate, ID3D12Resource pSrcResource, const(D3D12_TILED_RESOURCE_COORDINATE)* pSrcRegionStartCoordinate, const(D3D12_TILE_REGION_SIZE)* pRegionSize, D3D12_TILE_MAPPING_FLAGS Flags)
Undocumented in source.
- EndEvent
void EndEvent()
Undocumented in source.
- ExecuteCommandLists
void ExecuteCommandLists(UINT NumCommandLists, const(ID3D12CommandList)* ppCommandLists)
Undocumented in source.
- GetClockCalibration
HRESULT GetClockCalibration(UINT64* pGpuTimestamp, UINT64* pCpuTimestamp)
Undocumented in source.
- GetDesc
D3D12_COMMAND_QUEUE_DESC GetDesc()
Undocumented in source.
- GetDesc
void GetDesc(D3D12_COMMAND_QUEUE_DESC* outDesc)
Undocumented in source.
- GetDesc
D3D12_COMMAND_QUEUE_DESC GetDesc()
Undocumented in source. Be warned that the author may not have intended to support it.
- GetTimestampFrequency
HRESULT GetTimestampFrequency(UINT64* pFrequency)
Undocumented in source.
- SetMarker
void SetMarker(UINT Metadata, const(void)* pData, UINT Size)
Undocumented in source.
- Signal
HRESULT Signal(ID3D12Fence pFence, UINT64 Value)
Undocumented in source.
- UpdateTileMappings
void UpdateTileMappings(ID3D12Resource pResource, UINT NumResourceRegions, const(D3D12_TILED_RESOURCE_COORDINATE)* pResourceRegionStartCoordinates, const(D3D12_TILE_REGION_SIZE)* pResourceRegionSizes, ID3D12Heap pHeap, UINT NumRanges, const(D3D12_TILE_RANGE_FLAGS)* pRangeFlags, const(UINT)* pHeapRangeStartOffsets, const(UINT)* pRangeTileCounts, D3D12_TILE_MAPPING_FLAGS Flags)
Undocumented in source.
- Wait
HRESULT Wait(ID3D12Fence pFence, UINT64 Value)
Undocumented in source.