MCPcopy Create free account
hub / github.com/carbonengine/trinity / ShowMessage

Method ShowMessage

shadercompiler/ParserState.cpp:940–945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938}
939
940void ParserState::ShowMessage( const FileLocation& location, int32_t errorCode, ... )
941{
942 va_list args;
943 va_start( args, errorCode );
944 ShowMessageImpl( location, errorCode, args );
945}
946
947void ParserState::ShowMessage( const ScannerToken& token, int32_t errorCode, ... )
948{

Callers 15

CreateMethod · 0.80
PatchShaderFunction · 0.80
CompileEffectMethod · 0.80
GetThreadGroupSizeFunction · 0.80
PatchVposFunction · 0.80
PatchShaderFunction · 0.80
FillDefaultsFunction · 0.80
CollectConstantsFunction · 0.80
GetStageDataForNodeFunction · 0.80
DetectUnusedArgumentsFunction · 0.80
CompileEffectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected