zworld-demo/test/vulkan_instance_test.go

11 lines
142 B
Go
Raw Permalink Normal View History

2023-12-22 22:04:27 +08:00
package test
import (
"testing"
"zworld/engine/render/vulkan/instance"
)
func TestInstance(t *testing.T) {
instance.New("hello world")
}