Implement push constants
This commit is contained in:
parent
32a3accb85
commit
849f6b2dae
4 changed files with 438 additions and 328 deletions
|
@ -6,11 +6,11 @@ const Utilities = @import("utilities.zig");
|
|||
const Vertex = Utilities.Vertex;
|
||||
const Device = @import("vulkan_renderer.zig").Device;
|
||||
const Instance = @import("vulkan_renderer.zig").Instance;
|
||||
const UboModel = @import("vulkan_renderer.zig").UboModel;
|
||||
const Model = @import("vulkan_renderer.zig").Model;
|
||||
|
||||
const Self = @This();
|
||||
|
||||
ubo_model: UboModel,
|
||||
ubo_model: Model,
|
||||
|
||||
vertex_count: u32,
|
||||
vertex_buffer: vk.Buffer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue