2026-07-10 00:23:33 +01:00
|
|
|
//! ----------------------------------------------------
|
|
|
|
|
//! ----------------------------------------------------
|
|
|
|
|
|
|
|
|
|
const std = @import("std");
|
|
|
|
|
const App = @import("app");
|
|
|
|
|
const Handle = App.template.Handle;
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
// FIELDS
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
mesh: Handle(undefined),
|
|
|
|
|
pipeline: Handle(undefined),
|
|
|
|
|
bind_group: Handle(undefined),
|