imgui wrapper

This commit is contained in:
Dmitry Sergeev
2026-08-25 12:09:40 +03:00
parent 16692b693a
commit 3398cdf3f1
10 changed files with 186 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
package imgui
import _ "embed"
//go:embed shaders/imgui.vert.spv
var vertSPV []byte
//go:embed shaders/imgui.frag.spv
var fragSPV []byte