We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5dee49 commit 0311b8fCopy full SHA for 0311b8f
src/platform/egl/context.rs
@@ -127,7 +127,7 @@ impl Device {
127
let glGetString: extern "C" fn(u32) -> *const u8 =
128
unsafe { std::mem::transmute(context::get_proc_address("glGetString")) };
129
println!("E{:?}", glGetError());
130
- println!("{:?}", glGetString(glow::VERSION));
+ println!("{:?}", glGetString(glow::RENDERER));
131
132
println!(
133
"{:?}",
0 commit comments