forked from mirror/vulkan-zig
Rename example to triangle
This commit is contained in:
@@ -6,7 +6,7 @@ const GraphicsContext = @import("graphics-context.zig").GraphicsContext;
|
||||
const Swapchain = @import("swapchain.zig").Swapchain;
|
||||
const Allocator = std.mem.Allocator;
|
||||
|
||||
const app_name = "vulkan-zig example";
|
||||
const app_name = "vulkan-zig triangle example";
|
||||
|
||||
const Vertex = struct {
|
||||
const binding_description = vk.VertexInputBindingDescription{
|
||||
Reference in New Issue
Block a user