Struct DX12NullDescriptor

Inheritance Relationships

Derived Type

Struct Documentation

struct DX12NullDescriptor

Subclassed by gpa::d3d12_state_tracker::DX12Descriptor

Public Members

uint64_t timestamp = 0ui64

rdtsc timestamp of the last update to this descriptor

DX12DescriptorType type = D3D12_DESCRIPTOR_TYPE_EMPTY

Type of descriptor.

bool hasDesc = false

Flag that informs if the descriptor has been created with description.

D3D12_CONSTANT_BUFFER_VIEW_DESC cbv
D3D12_DEPTH_STENCIL_VIEW_DESC dsv
D3D12_RENDER_TARGET_VIEW_DESC rtv
D3D12_SAMPLER_DESC sampler
D3D12_SHADER_RESOURCE_VIEW_DESC srv
D3D12_UNORDERED_ACCESS_VIEW_DESC uav
union gpa::d3d12_state_tracker::DX12NullDescriptor::[anonymous] [anonymous]