Class GPUShaderProgramDSDX12
Domain Shader for DirectX 12 backend.
Assembly: FlaxEngine.dll
File: Engine/GraphicsDevice/DirectX/DX12/GPUShaderProgramDX12.h
Syntax
public class GPUShaderProgramDSDX12 : public GPUShaderProgramDX12
Constructors
GPUShaderProgramDSDX12(const GPUShaderProgramInitializer& initializer, const DxShaderHeader* header, Span<byte> bytecode)
Declaration
public GPUShaderProgramDSDX12(const GPUShaderProgramInitializer& initializer, const DxShaderHeader* header, Span<byte> bytecode)
Parameters
GPUShader
|
Dx
|
Span<byte>
bytecode
|