RetroArch
Public Attributes | List of all members
D3D12_COMPUTE_PIPELINE_STATE_DESC Struct Reference

#include <d3d12.h>

Collaboration diagram for D3D12_COMPUTE_PIPELINE_STATE_DESC:
[legend]

Public Attributes

ID3D12RootSignaturepRootSignature
 
D3D12_SHADER_BYTECODE CS
 
UINT NodeMask
 
D3D12_CACHED_PIPELINE_STATE CachedPSO
 
D3D12_PIPELINE_STATE_FLAGS Flags
 

Member Data Documentation

◆ CachedPSO

D3D12_CACHED_PIPELINE_STATE D3D12_COMPUTE_PIPELINE_STATE_DESC::CachedPSO

◆ CS

D3D12_SHADER_BYTECODE D3D12_COMPUTE_PIPELINE_STATE_DESC::CS

◆ Flags

D3D12_PIPELINE_STATE_FLAGS D3D12_COMPUTE_PIPELINE_STATE_DESC::Flags

◆ NodeMask

UINT D3D12_COMPUTE_PIPELINE_STATE_DESC::NodeMask

◆ pRootSignature

ID3D12RootSignature* D3D12_COMPUTE_PIPELINE_STATE_DESC::pRootSignature

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