mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
sokol: type alias all sgl
structs, support sgl_context
(#13018)
This commit is contained in:
@@ -61,7 +61,7 @@ enum Viewer_state {
|
||||
struct App {
|
||||
mut:
|
||||
gg &gg.Context
|
||||
pip_viewer C.sgl_pipeline
|
||||
pip_viewer sgl.Pipeline
|
||||
texture gfx.Image
|
||||
init_flag bool
|
||||
frame_count int
|
||||
|
Reference in New Issue
Block a user