Pioneer
Loading...
Searching...
No Matches
Functions
ShaderParser.cpp File Reference
#include "ShaderParser.h"
#include "core/Log.h"
#include "utils.h"
#include <cctype>
#include <string_view>
Include dependency graph for ShaderParser.cpp:

Functions

std::string to_string (Token::Type type)
 
Token::Type guess_next_token (std::string_view current)
 

Function Documentation

◆ guess_next_token()

Token::Type guess_next_token ( std::string_view  current)

◆ to_string()

std::string to_string ( Token::Type  type)