mach: update to latest mach/gpu API
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
8bce5bc0a8
commit
85ddeeed5c
6 changed files with 100 additions and 175 deletions
|
|
@ -23,12 +23,12 @@ delta_time: f32 = 0,
|
|||
delta_time_ns: u64 = 0,
|
||||
timer: Timer,
|
||||
|
||||
device: gpu.Device,
|
||||
backend_type: gpu.Adapter.BackendType,
|
||||
swap_chain: ?gpu.SwapChain,
|
||||
device: *gpu.Device,
|
||||
backend_type: gpu.BackendType,
|
||||
swap_chain: ?*gpu.SwapChain,
|
||||
swap_chain_format: gpu.Texture.Format,
|
||||
|
||||
surface: ?gpu.Surface,
|
||||
surface: ?*gpu.Surface,
|
||||
current_desc: gpu.SwapChain.Descriptor,
|
||||
target_desc: gpu.SwapChain.Descriptor,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue