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

Public Member Functions

D3D12_RESOURCE_DESC1 GetDesc1 ()
 
- Public Member Functions inherited from ID3D12Resource1
HRESULT GetProtectedResourceSession (REFIID riid, void **protected_session)
 
- Public Member Functions inherited from ID3D12Resource
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 4522 of file d3d12.idl.

Member Function Documentation

◆ GetDesc1()

D3D12_RESOURCE_DESC1 ID3D12Resource2::GetDesc1 ( )

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