Rename example to triangle

This commit is contained in:
Robin Voetter
2020-07-05 18:25:50 +02:00
parent 569c9df5c2
commit 29de177c05
2 changed files with 15 additions and 15 deletions

View File

@@ -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{