ReactOS 0.4.17-dev-934-g091855f
ID3D12Resource Interface Reference
Inheritance diagram for ID3D12Resource:
Collaboration diagram for ID3D12Resource:

Public Member Functions

HRESULT Map (UINT sub_resource, const D3D12_RANGE *read_range, void **data)
 
void Unmap (UINT sub_resource, const D3D12_RANGE *written_range)
 
D3D12_RESOURCE_DESC GetDesc ()
 
D3D12_GPU_VIRTUAL_ADDRESS GetGPUVirtualAddress ()
 
HRESULT WriteToSubresource (UINT dst_sub_resource, const D3D12_BOX *dst_box, const void *src_data, UINT src_row_pitch, UINT src_slice_pitch)
 
HRESULT ReadFromSubresource (void *dst_data, UINT dst_row_pitch, UINT dst_slice_pitch, UINT src_sub_resource, const D3D12_BOX *src_box)
 
HRESULT GetHeapProperties (D3D12_HEAP_PROPERTIES *heap_properties, D3D12_HEAP_FLAGS *flags)
 
- Public Member Functions inherited from ID3D12DeviceChild
HRESULT GetDevice (REFIID riid, void **device)
 
- Public Member Functions inherited from ID3D12Object
HRESULT GetPrivateData (REFGUID guid, UINT *data_size, void *data)
 
HRESULT SetPrivateData (REFGUID guid, UINT data_size, const void *data)
 
HRESULT SetPrivateDataInterface (REFGUID guid, const IUnknown *data)
 
HRESULT SetName (const WCHAR *name)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknown * LPUNKNOWN
 

Detailed Description

Definition at line 2628 of file d3d12.idl.

Member Function Documentation

◆ GetDesc()

D3D12_RESOURCE_DESC ID3D12Resource::GetDesc ( )

◆ GetGPUVirtualAddress()

D3D12_GPU_VIRTUAL_ADDRESS ID3D12Resource::GetGPUVirtualAddress ( )

◆ GetHeapProperties()

HRESULT ID3D12Resource::GetHeapProperties ( D3D12_HEAP_PROPERTIES *  heap_properties,
D3D12_HEAP_FLAGS *  flags 
)

◆ Map()

HRESULT ID3D12Resource::Map ( UINT  sub_resource,
const D3D12_RANGE *  read_range,
void **  data 
)

◆ ReadFromSubresource()

HRESULT ID3D12Resource::ReadFromSubresource ( void *  dst_data,
UINT  dst_row_pitch,
UINT  dst_slice_pitch,
UINT  src_sub_resource,
const D3D12_BOX *  src_box 
)

◆ Unmap()

void ID3D12Resource::Unmap ( UINT  sub_resource,
const D3D12_RANGE *  written_range 
)

◆ WriteToSubresource()

HRESULT ID3D12Resource::WriteToSubresource ( UINT  dst_sub_resource,
const D3D12_BOX *  dst_box,
const void *  src_data,
UINT  src_row_pitch,
UINT  src_slice_pitch 
)

The documentation for this interface was generated from the following file: