Halide
D3D12_CLEAR_VALUE Struct Reference

#include <mini_d3d12.h>

Public Attributes

DXGI_FORMAT Format
 
union {
   FLOAT   Color [4]
 
   D3D12_DEPTH_STENCIL_VALUE   DepthStencil
 
}; 
 

Detailed Description

Definition at line 2239 of file mini_d3d12.h.

Member Data Documentation

◆ Format

DXGI_FORMAT D3D12_CLEAR_VALUE::Format

Definition at line 2240 of file mini_d3d12.h.

◆ Color

FLOAT D3D12_CLEAR_VALUE::Color[4]

Definition at line 2242 of file mini_d3d12.h.

◆ DepthStencil

D3D12_DEPTH_STENCIL_VALUE D3D12_CLEAR_VALUE::DepthStencil

Definition at line 2243 of file mini_d3d12.h.

◆ @9

union { ... }

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