From 62954cfb1d98fa208a8f92c365ba3ee0b90ef982 Mon Sep 17 00:00:00 2001 From: Michael Gimle Date: Sat, 22 Aug 2020 08:09:55 +0200 Subject: [PATCH] final tweaks --- src/main.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 3939421..2cc1aed 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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;