Skip to content

Commit

Permalink
Update SLGLProgramGenerated.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm4 committed Dec 7, 2023
1 parent 775a5d9 commit 9d3d44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sl/source/gl/SLGLProgramGenerated.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ out float tf_rotation; // To transform feedback)";
const string vertOutput_PS_tf_r_angularVelo = R"(
out float tf_angularVelo; // To transform feedback)";
const string vertOutput_PS_tf_texNum = R"(
out uint tf_texNum; // To transform feedback)";
flat out uint tf_texNum; // To transform feedback)";
const string vertOutput_PS_tf_initP = R"(
out vec3 tf_initialPosition; // To transform feedback)";

Expand Down

0 comments on commit 9d3d44b

Please sign in to comment.