GLSL: Promote HLSL entry-point renaming code to be used by GLSL as well.
Fixes #1045.
This commit is contained in:
11
Test/glsl.entryPointRename.vert
Normal file
11
Test/glsl.entryPointRename.vert
Normal file
@@ -0,0 +1,11 @@
|
||||
#version 460
|
||||
|
||||
void bar()
|
||||
{
|
||||
gl_Position = vec4(1);
|
||||
}
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_Position = vec4(1);
|
||||
}
|
||||
Reference in New Issue
Block a user