and the video comes into chat

This commit is contained in:
Dmitry Sergeev
2026-08-22 14:59:54 +03:00
parent 32f7dea31c
commit 84572fb88c
11 changed files with 554 additions and 13 deletions
+9
View File
@@ -0,0 +1,9 @@
package main
import _ "embed"
//go:embed shaders/triangle.vert.spv
var vertSPV []byte
//go:embed shaders/decode.frag.spv
var fragSPV []byte