Add ShaderProfileFeatures for more expendable shader feature sets

This commit is contained in:
Wojtek Figat
2026-03-04 16:55:04 +01:00
parent aff8090adb
commit ceebc68d18
12 changed files with 121 additions and 49 deletions

View File

@@ -9,8 +9,6 @@ TextProcessing::TextProcessing(const char* input, int32 length)
, _cursor(const_cast<char*>(input))
, _position(0)
, _line(1)
, Separators(32)
, Whitespaces(8)
{
}