zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ShHandle.h File Reference

Go to the source code of this file.

Classes

class  TCompiler
 
class  TShHandleBase
 

Functions

TCompilerConstructCompiler (ShShaderType type, ShShaderSpec spec, ShShaderOutput output)
 
void DeleteCompiler (TCompiler *)
 
bool isWebGLBasedSpec (ShShaderSpec spec)
 

Function Documentation

TCompiler* ConstructCompiler ( ShShaderType  type,
ShShaderSpec  spec,
ShShaderOutput  output 
)

Definition at line 16 of file CodeGen.cpp.

References NULL, SH_ESSL_OUTPUT, SH_GLSL_OUTPUT, SH_HLSL11_OUTPUT, and SH_HLSL9_OUTPUT.

Referenced by ShConstructCompiler().

void DeleteCompiler ( TCompiler )

Definition at line 36 of file CodeGen.cpp.

Referenced by ShDestruct().

bool isWebGLBasedSpec ( ShShaderSpec  spec)