|
static TokenData | CommentMultiLine (std::string_view string, const std::filesystem::path &path, uint32_t line, uint32_t column) |
|
static TokenData | Comment (std::string_view string, const std::filesystem::path &path, uint32_t line, uint32_t column) |
|
static TokenData | Identifier (std::string_view string, const std::filesystem::path &path, uint32_t line, uint32_t column) |
|
static TokenData | String (std::string_view string, const std::filesystem::path &path, uint32_t line, uint32_t column) |
|
static TokenData | Boolean (bool boolean, const std::filesystem::path &path, uint32_t line, uint32_t column) |
|
static TokenData | Number (float number, const std::filesystem::path &path, uint32_t line, uint32_t column) |
|
static TokenData | ShaderGlsl (std::string_view string, const std::filesystem::path &path, uint32_t line, uint32_t column) |
|
static TokenData | ShaderHlsl (std::string_view string, const std::filesystem::path &path, uint32_t line, uint32_t column) |
|
static TokenData | GeometryTypeValue (Grindstone::GraphicsAPI::GeometryType mode, const std::filesystem::path &path, uint32_t line, uint32_t column) |
|
static TokenData | FillModeValue (Grindstone::GraphicsAPI::PolygonFillMode mode, const std::filesystem::path &path, uint32_t line, uint32_t column) |
|
static TokenData | CullModeValue (Grindstone::GraphicsAPI::CullMode mode, const std::filesystem::path &path, uint32_t line, uint32_t column) |
|
static TokenData | CompareOperationValue (Grindstone::GraphicsAPI::CompareOperation mode, const std::filesystem::path &path, uint32_t line, uint32_t column) |
|
static TokenData | BlendOperationValue (Grindstone::GraphicsAPI::BlendOperation mode, const std::filesystem::path &path, uint32_t line, uint32_t column) |
|
static TokenData | BlendFactorValue (Grindstone::GraphicsAPI::BlendFactor mode, const std::filesystem::path &path, uint32_t line, uint32_t column) |
|
static TokenData | ShaderStageValue (Grindstone::GraphicsAPI::ShaderStage mode, const std::filesystem::path &path, uint32_t line, uint32_t column) |
|
static TokenData | BlendPresetValue (BlendPreset mode, const std::filesystem::path &path, uint32_t line, uint32_t column) |
|
static TokenData | Parameter (ParameterType parameterType, const std::filesystem::path &path, uint32_t line, uint32_t column) |
|