|
int | ShInitialize () |
|
ShHandle | ShConstructCompiler (const EShLanguage language, int debugOptions) |
|
ShHandle | ShConstructLinker (const EShExecutable executable, int debugOptions) |
|
ShHandle | ShConstructUniformMap () |
|
void | ShDestruct (ShHandle handle) |
|
int __fastcall | ShFinalize () |
|
int | ShCompile (const ShHandle handle, const char *const shaderStrings[], const int numStrings, const int *inputLengths, const EShOptimizationLevel optLevel, const TBuiltInResource *resources, int, int defaultVersion, bool forwardCompatible, EShMessages messages) |
|
int | ShLinkExt (const ShHandle linkHandle, const ShHandle compHandles[], const int numHandles) |
|
void | ShSetEncryptionMethod (ShHandle handle) |
|
const char * | ShGetInfoLog (const ShHandle handle) |
|
const void * | ShGetExecutable (const ShHandle handle) |
|
int | ShSetVirtualAttributeBindings (const ShHandle handle, const ShBindingTable *table) |
|
int | ShSetFixedAttributeBindings (const ShHandle handle, const ShBindingTable *table) |
|
int | ShExcludeAttributes (const ShHandle handle, int *attributes, int count) |
|
int | ShGetUniformLocation (const ShHandle handle, const char *name) |
|
const char * | glslang::GetEsslVersionString () |
|
const char * | glslang::GetGlslVersionString () |
|
int | glslang::GetKhronosToolId () |
|
bool | glslang::InitializeProcess () |
|
void | glslang::FinalizeProcess () |
|