Parser::Parser - dpw105f18/papago-api GitHub Wiki

Initialize Parser

Parser::Parser(const std::string& compilePath);

Creates an instance of the parser class which uses the program that the compilePath references. The implementation expects an executable like glslvalidator.exe from https://github.com/KhronosGroup/glslang or similar.

Returns

Returns a Parser object.

Parameters

Parameter Description
compilePath full path to the program which should be used to compile the shaders