跳至内容

HLSLDxcShaderBinary

struct HLSLDxcShaderBinary : public IShaderBinary

IDxcResult 接口的 DXC (HLSL) 特例。处理导出 DXC 编译的二进制着色器数据所需的一切。

依赖项: IShaderBinary

继承自: public IShaderBinary

公共接口

公共成员

CComPtr<IDxcResult> pResults

CComPtr<IDxcResult> pResults

来自此二进制着色器编译过程的 IDxcResult 数据。

来源: sdk/tools/ffx_shader_compiler/src/hlsl_compiler.h (第 47 行,第 13 列)

CComPtr<IDxcBlob> pShader

CComPtr<IDxcBlob> pShader

此二进制着色器的 IDxcBlob 着色器 blob 数据。

来源: sdk/tools/ffx_shader_compiler/src/hlsl_compiler.h (第 48 行,第 15 列)

来源: sdk/tools/ffx_shader_compiler/src/hlsl_compiler.h (第 45 行,第 1 列)

© . This site is unofficial and not affiliated with AMD.