mach/src/gpu
Stephen Gutekanst 2cf68adcc7 src/gpu: move github.com/hexops/mach-gpu here
This moves github.com/hexops/mach-gpu@528dad0823dafeae5d474c88cc658b091bf2e605 to
this repository in the src/gpu directory. It can be imported via `@import("mach").gpu`.

Soon we will move away from mach-gpu entirely as part of #1166 - but in the meantime
I am giving a workshop at https://sycl.it and it would be nice for people using the
`mach.gpu.*` API to be able to search the API in this single repository.

There's not much harm to moving this code here.

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2024-04-13 11:25:45 -07:00
..
example src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
adapter.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
bind_group.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
bind_group_layout.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
buffer.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
command_buffer.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
command_encoder.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
compute_pass_encoder.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
compute_pipeline.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
dawn.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
dawn_impl.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
device.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
external_texture.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
instance.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
interface.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
mach_dawn.cpp src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
mach_dawn.h src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
main.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
pipeline_layout.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
query_set.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
queue.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
render_bundle.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
render_bundle_encoder.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
render_pass_encoder.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
render_pipeline.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
sampler.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
shader_module.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
shared_fence.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
shared_texture_memory.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
surface.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
swap_chain.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
texture.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00
texture_view.zig src/gpu: move github.com/hexops/mach-gpu here 2024-04-13 11:25:45 -07:00