XLE  v0.02.0
Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | Static Protected Attributes | List of all members
RenderCore::ShaderService Class Reference

Classes

class  ILowLevelCompiler
 
class  IPendingMarker
 
class  IShaderSource
 
class  ResId
 
class  ShaderHeader
 

Public Types

using ResChar = ::Assets::ResChar
 

Public Member Functions

std::shared_ptr< IPendingMarkerCompileFromFile (const ::Assets::ResChar resId[], const ::Assets::ResChar definesTable[]) const
 
std::shared_ptr< IPendingMarkerCompileFromMemory (const char shaderInMemory[], const char entryPoint[], const char shaderModel[], const ::Assets::ResChar definesTable[]) const
 
void AddShaderSource (std::shared_ptr< IShaderSource > shaderSource)
 

Static Public Member Functions

static ResId MakeResId (const ::Assets::ResChar initializer[], ILowLevelCompiler &compiler)
 
static ShaderServiceGetInstance ()
 
static void SetInstance (ShaderService *)
 

Protected Attributes

std::vector< std::shared_ptr< IShaderSource > > _shaderSources
 

Static Protected Attributes

static ShaderServices_instance = nullptr
 

The documentation for this class was generated from the following files: