Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
Bonzomatic
Commits
913b2f24
Unverified
Commit
913b2f24
authored
Feb 11, 2020
by
Gargaj
Committed by
GitHub
Feb 11, 2020
Browse files
add uniform to incoming midi data (fixes #116)
parent
a5179050
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/platform_glfw/Renderer.cpp
View file @
913b2f24
...
...
@@ -131,7 +131,7 @@ namespace Renderer
"uniform sampler2D {%textures:name%};
\n
"
"{%textures:end%}"
// leave off \n here
"{%midi:begin%}"
// leave off \n here
"float {%midi:name%};
\n
"
"
uniform
float {%midi:name%};
\n
"
"{%midi:end%}"
// leave off \n here
"
\n
"
"layout(location = 0) out vec4 out_color; // out_color must be written in order to see anything
\n
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment