Toolbox 0.0.1
Ritchie's accessible game engine'
Loading...
Searching...
No Matches
IDxcUtils Member List

This is the complete list of members for IDxcUtils, including all inherited members.

BuildArguments(string? pSourceName, string? pEntryPoint, string pTargetProfile, [In] string[]? pArguments, uint argCount, [In] DxcDefine[] pDefines, int defineCount, out IDxcCompilerArgs ppArgs) (defined in IDxcUtils)IDxcUtils
CreateBlob([In] byte[] pData, int size, DXC_CP codePage, out IDxcBlobEncoding ppBlobEncoding) (defined in IDxcUtils)IDxcUtils
CreateBlobFromBlob(IDxcBlob pBlob, uint offset, uint length, out IDxcBlob ppResult) (defined in IDxcUtils)IDxcUtils
CreateBlobFromPinned([In] byte[] pData, int size, DXC_CP codePage, out IDxcBlobEncoding ppBlobEncoding) (defined in IDxcUtils)IDxcUtils
CreateDefaultIncludeHandler(out IDxcIncludeHandler ppResult) (defined in IDxcUtils)IDxcUtils
CreateReadOnlyStreamFromBlob(IDxcBlob pBlob, out IntPtr ppStream) (defined in IDxcUtils)IDxcUtils
CreateReflection(in DxcBuffer pData, in Guid iid, [MarshalAs(UnmanagedType.Interface)] out object? ppvReflection) (defined in IDxcUtils)IDxcUtils
GetBlobAsUtf8(IDxcBlob pBlob, [MarshalAs(UnmanagedType.Interface)] out object ppBlobEncoding) (defined in IDxcUtils)IDxcUtils
GetBlobAsWide(IDxcBlob pBlob, out IDxcBlobWide ppBlobEncoding) (defined in IDxcUtils)IDxcUtils
GetDxilContainerPart(in DxcBuffer pShader, DXC_PART DxcPart, out IntPtr ppPartData, out uint pPartSizeInBytes) (defined in IDxcUtils)IDxcUtils
GetPDBContents(IDxcBlob pPDBBlob, out IDxcBlob ppHash, out IDxcBlob ppContainer) (defined in IDxcUtils)IDxcUtils
LoadFile(string pFileName, in DXC_CP pCodePage, out IDxcBlobEncoding ppBlobEncoding) (defined in IDxcUtils)IDxcUtils
MoveToBlob([In] byte[] pData, IntPtr pIMalloc, int size, DXC_CP codePage, out IDxcBlobEncoding ppBlobEncoding) (defined in IDxcUtils)IDxcUtils