mach/libs/gpu/src
Stephen Gutekanst 8b8d16bbc8 gpu: add Dawn initialization safety check
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2023-06-01 00:08:46 -07:00
..
adapter.zig {gpu,gpu-dawn}: add X11 linkage back; update to latest WebGPU API 2023-01-14 12:12:00 -07:00
bind_group.zig all: move standalone libraries to libs/ subdirectory 2022-08-26 15:12:04 -07:00
bind_group_layout.zig all: move standalone libraries to libs/ subdirectory 2022-08-26 15:12:04 -07:00
buffer.zig all: use explicit backing integers for packed structs 2023-03-28 21:01:22 -07:00
callbacks.zig all: remove support for stage1 2022-09-10 00:09:30 -07:00
command_buffer.zig all: move standalone libraries to libs/ subdirectory 2022-08-26 15:12:04 -07:00
command_encoder.zig gpu: update to latest std.mem.span API 2023-02-12 10:05:03 -07:00
compute_pass_encoder.zig all: move standalone libraries to libs/ subdirectory 2022-08-26 15:12:04 -07:00
compute_pipeline.zig all: move standalone libraries to libs/ subdirectory 2022-08-26 15:12:04 -07:00
dawn.zig gpu: fix few chained struct wrappers (#781) 2023-05-25 14:04:07 -07:00
dawn_impl.zig gpu: add Dawn initialization safety check 2023-06-01 00:08:46 -07:00
device.zig gpu: update interface to latest webgpu headers 2023-01-14 12:12:00 -07:00
external_texture.zig gpu: update interface to latest webgpu headers 2023-01-14 12:12:00 -07:00
instance.zig all: move standalone libraries to libs/ subdirectory 2022-08-26 15:12:04 -07:00
interface.zig gpu: correct pointer constness of command buffers 2023-05-25 16:55:05 -07:00
mach_dawn.cpp all: move standalone libraries to libs/ subdirectory 2022-08-26 15:12:04 -07:00
mach_dawn.h all: move standalone libraries to libs/ subdirectory 2022-08-26 15:12:04 -07:00
main.zig all: move standalone libraries to libs/ subdirectory 2022-08-26 15:12:04 -07:00
pipeline_layout.zig all: move standalone libraries to libs/ subdirectory 2022-08-26 15:12:04 -07:00
query_set.zig all: move standalone libraries to libs/ subdirectory 2022-08-26 15:12:04 -07:00
queue.zig gpu: correct pointer constness of command buffers 2023-05-25 16:55:05 -07:00
render_bundle.zig all: move standalone libraries to libs/ subdirectory 2022-08-26 15:12:04 -07:00
render_bundle_encoder.zig gpu: use null and undefined in enums 2022-12-14 02:18:21 -07:00
render_pass_encoder.zig all: move standalone libraries to libs/ subdirectory 2022-08-26 15:12:04 -07:00
render_pipeline.zig all: move standalone libraries to libs/ subdirectory 2022-08-26 15:12:04 -07:00
sampler.zig gpu: use null and undefined in enums 2022-12-14 02:18:21 -07:00
shader_module.zig all: move standalone libraries to libs/ subdirectory 2022-08-26 15:12:04 -07:00
surface.zig all: move standalone libraries to libs/ subdirectory 2022-08-26 15:12:04 -07:00
swap_chain.zig all: move standalone libraries to libs/ subdirectory 2022-08-26 15:12:04 -07:00
texture.zig all: use explicit backing integers for packed structs 2023-03-28 21:01:22 -07:00
texture_view.zig gpu: use null and undefined in enums 2022-12-14 02:18:21 -07:00
types.zig all: use explicit backing integers for packed structs 2023-03-28 21:01:22 -07:00