D3D12_LIBRARY_DESC struttura (d3d12shader.h)
Descrive una libreria.
Sintassi
typedef struct _D3D12_LIBRARY_DESC {
LPCSTR Creator;
UINT Flags;
UINT FunctionCount;
} D3D12_LIBRARY_DESC;
Members
Creator
Nome dell'origine della libreria.
Flags
Combinazione di costanti D3DCOMPILE combinate usando un'operazione OR bit per bit. Il valore risultante specifica la compilazione del compilatore.
FunctionCount
Numero di funzioni esportate dalla libreria.
Commenti
Questa struttura viene restituita da ID3D12LibraryReflection::GetDesc.
Requisiti
Requisito | Valore |
---|---|
Intestazione | d3d12shader.h |