final tweaks

This commit is contained in:
Michael Gimle
2020-08-22 08:09:55 +02:00
parent 555f49180c
commit 62954cfb1d

View File

@@ -81,7 +81,10 @@ fn main() {
// == // Set up your VAO here
// Basic usage of shader helper
// The code below returns a shader object, which contains the field .program_id
// The snippet is not enough to do the assignment, and will need to be modified (outside of just using the correct path)
// shader::Shaderbuilder::new().attach_file("./path/to/shader").link();
// Used to demonstrate keyboard handling -- feel free to remove
let mut _arbitrary_number = 0.0;