Skip to content

Instantly share code, notes, and snippets.

@terickson001
terickson001 / main.odin
Last active February 28, 2025 12:31
vulkan-tutorial example in Odin
import "shared:shaderc"
import "vendor:glfw"
import vk "vendor:vulkan"
MAX_FRAMES_IN_FLIGHT :: 2
Context :: struct
{
instance: vk.Instance,