dvd logo remove

This commit is contained in:
Dmitry Sergeev
2026-09-13 17:40:33 +03:00
parent 669dbf9fbb
commit 362ff2718e
8 changed files with 12 additions and 476 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
func TestWGPUGenerator(t *testing.T) {
const width, height = 1920, 1080
g, err := NewWGPUGenerator(width, height, filepath.Join("..", "..", "kernels", "v210_bars.wgsl"))
g, err := NewWGPUGenerator(width, height, filepath.Join("..", "..", "kernels", "static", "smpteBars.wgsl"))
if err != nil {
t.Fatalf("init: %v", err)
}