Halide
D3D12_VERSIONED_ROOT_SIGNATURE_DESC Struct Reference

#include <mini_d3d12.h>

Public Attributes

D3D_ROOT_SIGNATURE_VERSION Version
 
union {
   D3D12_ROOT_SIGNATURE_DESC   Desc_1_0
 
   D3D12_ROOT_SIGNATURE_DESC1   Desc_1_1
 
}; 
 

Detailed Description

Definition at line 3086 of file mini_d3d12.h.

Member Data Documentation

◆ Version

D3D_ROOT_SIGNATURE_VERSION D3D12_VERSIONED_ROOT_SIGNATURE_DESC::Version

Definition at line 3087 of file mini_d3d12.h.

◆ Desc_1_0

D3D12_ROOT_SIGNATURE_DESC D3D12_VERSIONED_ROOT_SIGNATURE_DESC::Desc_1_0

Definition at line 3089 of file mini_d3d12.h.

◆ Desc_1_1

D3D12_ROOT_SIGNATURE_DESC1 D3D12_VERSIONED_ROOT_SIGNATURE_DESC::Desc_1_1

Definition at line 3090 of file mini_d3d12.h.

◆ @34

union { ... }

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