mach/gpu/src
Stephen Gutekanst 2a715cab99 gpu: implement Dawn bufferReference
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-08-12 00:43:43 -07:00
..
adapter.zig gpu: internalize Device types 2022-08-12 00:43:43 -07:00
bind_group.zig gpu: internalize BindGroup types 2022-08-12 00:43:43 -07:00
bind_group_layout.zig gpu: internalize Texture types 2022-08-12 00:43:43 -07:00
buffer.zig gpu: correct name Buffer.Usage -> Buffer.UsageFlags 2022-08-12 00:43:43 -07:00
callbacks.zig gpu: move callbacks to separate file 2022-08-12 00:43:43 -07:00
command_buffer.zig gpu: internalize CommandBuffer types 2022-08-12 00:43:43 -07:00
command_encoder.zig gpu: internalize CommandEncoder types 2022-08-12 00:43:43 -07:00
compute_pass_encoder.zig gpu: convert *opaque -> opaque for ComputePipeline 2022-08-12 00:43:43 -07:00
compute_pipeline.zig gpu: internalize ComputePipeline types 2022-08-12 00:43:43 -07:00
dawn.zig gpu: begin Dawn gpu.Interface implementation 2022-08-12 00:43:43 -07:00
dawn_impl.zig gpu: implement Dawn bufferReference 2022-08-12 00:43:43 -07:00
device.zig gpu: internalize Texture types 2022-08-12 00:43:43 -07:00
external_texture.zig gpu: internalize ExternalTexture types 2022-08-12 00:43:43 -07:00
instance.zig gpu: internalize Surface types 2022-08-12 00:43:43 -07:00
interface.zig gpu: correct name Buffer.Usage -> Buffer.UsageFlags 2022-08-12 00:43:43 -07:00
mach_dawn.cpp gpu: begin Dawn gpu.Interface implementation 2022-08-12 00:43:43 -07:00
mach_dawn.h gpu: begin Dawn gpu.Interface implementation 2022-08-12 00:43:43 -07:00
main.zig gpu: implement Dawn getProcAddress 2022-08-12 00:43:43 -07:00
pipeline_layout.zig gpu: internalize PipelineLayout types 2022-08-12 00:43:43 -07:00
query_set.zig gpu: internalize QuerySet types 2022-08-12 00:43:43 -07:00
queue.zig gpu: internalize Texture types 2022-08-12 00:43:43 -07:00
render_bundle.zig gpu: internalize RenderBundle types 2022-08-12 00:43:43 -07:00
render_bundle_encoder.zig gpu: internalize Texture types 2022-08-12 00:43:43 -07:00
render_pass_encoder.zig gpu: fix tests 2022-08-12 00:43:43 -07:00
render_pipeline.zig gpu: internalize RenderPipeline types 2022-08-12 00:43:43 -07:00
sampler.zig gpu: internalize Sampler types 2022-08-12 00:43:43 -07:00
shader_module.zig gpu: internalize ShaderModule types 2022-08-12 00:43:43 -07:00
surface.zig gpu: internalize Surface types 2022-08-12 00:43:43 -07:00
swap_chain.zig gpu: internalize Texture types 2022-08-12 00:43:43 -07:00
texture.zig gpu: fix confusing terminology conflict between WebGPU vs. Zig "undefined" 2022-08-12 00:43:43 -07:00
texture_view.zig gpu: fix confusing terminology conflict between WebGPU vs. Zig "undefined" 2022-08-12 00:43:43 -07:00
types.zig gpu: fix confusing terminology conflict between WebGPU vs. Zig "undefined" 2022-08-12 00:43:43 -07:00