mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Remove unused variable from example
This commit is contained in:
Vendored
-1
@@ -11,7 +11,6 @@ import "vendor:wgpu/sdl2glue"
|
|||||||
State :: struct {
|
State :: struct {
|
||||||
ctx: runtime.Context,
|
ctx: runtime.Context,
|
||||||
window: ^sdl2.Window,
|
window: ^sdl2.Window,
|
||||||
running: bool,
|
|
||||||
|
|
||||||
instance: wgpu.Instance,
|
instance: wgpu.Instance,
|
||||||
surface: wgpu.Surface,
|
surface: wgpu.Surface,
|
||||||
|
|||||||
Reference in New Issue
Block a user