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