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

Method CompilerInputStream

shadercompiler/OutputHLSL.cpp:702–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700}
701
702CompilerInputStream::CompilerInputStream( ParserState& state, const ShadingLanguage lang ) :
703 CodeStream( lang ), m_state( state )
704{
705 m_location.fileName = MakeInlineString( "" );
706 m_location.lineNumber = unsigned( -1 );
707}
708
709void CompilerInputStream::Endl()
710{

Callers

nothing calls this directly

Calls 1

MakeInlineStringFunction · 0.85

Tested by

no test coverage detected