Toolbox 0.0.1
Ritchie's accessible game engine'
Loading...
Searching...
No Matches
DxCompiler Namespace Reference

Classes

class  Dxc
 
struct  DXC_PART
 
struct  DxcBuffer
 
struct  DxcDefine
 
interface  IDxcBlob
 
interface  IDxcBlobEncoding
 
interface  IDxcBlobWide
 
interface  IDxcCompiler3
 
interface  IDxcCompilerArgs
 
interface  IDxcIncludeHandler
 
interface  IDxcOperationResult
 
interface  IDxcResult
 
interface  IDxcUtils
 

Typedefs

using WcharStringMarshaller = Dxc.WcharStringMarshaller
 

Enumerations

enum  DXC_CP : uint { DXC_CP_ACP = 0 , DXC_CP_UTF8 = 65001 , DXC_CP_UTF16 = 1200 , DXC_CP_UTF32 = 12000 }
 
enum  DXC_OUT_KIND : uint {
  DXC_OUT_NONE = 0 , DXC_OUT_OBJECT , DXC_OUT_ERRORS , DXC_OUT_PDB ,
  DXC_OUT_SHADER_HASH , DXC_OUT_DISASSEMBLY , DXC_OUT_HLSL , DXC_OUT_TEXT ,
  DXC_OUT_REFLECTION , DXC_OUT_ROOT_SIGNATURE , DXC_OUT_EXTRA_OUTPUTS , DXC_OUT_FORCE_DWORD = 0xFFFFFFFF
}