Diligent Engine
 
Loading...
Searching...
No Matches
Diligent::CompoundShaderSourceFactoryCreateInfo Struct Reference

Compound shader source factory create info. More...

#include <ShaderSourceFactoryUtils.h>

Inheritance diagram for Diligent::CompoundShaderSourceFactoryCreateInfo:
Diligent::CompoundShaderSourceFactoryCreateInfoX

Public Attributes

IShaderSourceInputStreamFactory ** ppFactories = nullptr
 An array of shader source input stream factories.
 
Uint32 NumFactories = 0
 The number of factories in ppFactories array.
 
const ShaderSourceFileSubstitueInfopFileSubstitutes = nullptr
 An array of shader source file substitutes.
 
Uint32 NumFileSubstitutes = 0
 The number of file substitutes in pFileSubstitutes array.
 

Detailed Description

Compound shader source factory create info.