a bit of fiddling to support different resolutions (as long as aspect ratio of window is 1:1)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
structure Constants =
|
||||
struct
|
||||
val windowWidth = 900
|
||||
val windowHeight = 900
|
||||
|
||||
val graphVertexShaderString =
|
||||
"#version 300 es\n\
|
||||
\layout (location = 0) in vec2 apos;\n\
|
||||
|
||||
Reference in New Issue
Block a user