Initial commit
This commit is contained in:
7
internal/io/io.go
Normal file
7
internal/io/io.go
Normal file
@ -0,0 +1,7 @@
|
||||
package io
|
||||
|
||||
import "edgaru089.ml/go/gl01/internal/util/itype"
|
||||
|
||||
var (
|
||||
DisplaySize itype.Vec2i // Size of the window viewport in pixels.
|
||||
)
|
Reference in New Issue
Block a user