Renderer/src/template/draw_cmd.zig

15 lines
310 B
Zig
Raw Normal View History

//! ----------------------------------------------------
//! ----------------------------------------------------
const std = @import("std");
const App = @import("app");
const Handle = App.template.Handle;
//
// FIELDS
//
mesh: Handle(undefined),
pipeline: Handle(undefined),
bind_group: Handle(undefined),