Skip to content

Commit

Permalink
Traktor: Added missing texture... type names to GLSL syntax highlighter.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Mar 7, 2024
1 parent 2a58d5a commit 98df26e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/Ui/SyntaxRichEdit/SyntaxLanguageGlsl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ const wchar_t* c_glslTypes[] =
L"isampler2DArray",
L"usampler1DArray",
L"usampler2DArray",
L"samplerCube",
L"sampler1DArray",
L"sampler2DArray",
L"isampler2DRect",
Expand All @@ -246,6 +245,8 @@ const wchar_t* c_glslTypes[] =
L"samplerBuffer",
L"isamplerCube",
L"usamplerCube",
L"samplerCube",
L"textureCube",
L"isampler1D",
L"isampler2D",
L"isampler3D",
Expand All @@ -255,6 +256,8 @@ const wchar_t* c_glslTypes[] =
L"sampler1D",
L"sampler2D",
L"sampler3D",
L"texture2D",
L"texture3D",
L"sampler",
L"mat2x2",
L"mat2x3",
Expand Down

0 comments on commit 98df26e

Please sign in to comment.