summaryrefslogtreecommitdiffstats
path: root/source/slang/slang.cpp
diff options
context:
space:
mode:
authorHai Nguyen <379079+chaoticbob@users.noreply.github.com>2024-06-04 19:21:18 -0400
committerGitHub <noreply@github.com>2024-06-04 16:21:18 -0700
commit1141b8243c4ff00c59e927b0c33dbffaea29db4c (patch)
tree66f725b293f2e331208e1e8d7d3ee234cf1bcc5e /source/slang/slang.cpp
parent9b6b31be5b38c588bde28d5f215d78cfc62620da (diff)
Fixes incorrect profile string (#4268)
This CL fixes a typo in the profile string for the hello-world example. Currently "glsl440" is passed into findProfile() resulting in a return value of SLANG_UNKNOWN_PROFILE since format of the profile name is incorrect. The correct profile name is glsl_440, therefore the string passed into findProfile() should be "glsl_440".
Diffstat (limited to 'source/slang/slang.cpp')
0 files changed, 0 insertions, 0 deletions