ReactOS 0.4.17-dev-934-g091855f
D3D12_HEAP_DESC Struct Reference
Collaboration diagram for D3D12_HEAP_DESC:

Public Attributes

UINT64 SizeInBytes
 
D3D12_HEAP_PROPERTIES Properties
 
UINT64 Alignment
 
D3D12_HEAP_FLAGS Flags
 

Detailed Description

Definition at line 832 of file d3d12.idl.

Member Data Documentation

◆ Alignment

UINT64 D3D12_HEAP_DESC::Alignment

Definition at line 836 of file d3d12.idl.

Referenced by vkd3d_allocate_resource_memory().

◆ Flags

D3D12_HEAP_FLAGS D3D12_HEAP_DESC::Flags

Definition at line 837 of file d3d12.idl.

Referenced by vkd3d_allocate_resource_memory().

◆ Properties

D3D12_HEAP_PROPERTIES D3D12_HEAP_DESC::Properties

Definition at line 835 of file d3d12.idl.

Referenced by vkd3d_allocate_resource_memory().

◆ SizeInBytes

UINT64 D3D12_HEAP_DESC::SizeInBytes

Definition at line 834 of file d3d12.idl.

Referenced by vkd3d_allocate_resource_memory().


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