Text Editor: Add GLSL support language #116793

Closed
Gangneron wants to merge 68 commits from Gangneron/blender:Add_GLSL into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 0 deletions
Showing only changes of commit f655131d58 - Show all commits

View File

@ -228,6 +228,7 @@ static const char *text_format_glsl_literals_builtinfunc_data[] = {
"transpose",
"trunc",
"uaddCarry",
"uint",
"umulExtended",
"unpackDouble2x32",
"unpackHalf2x16",