mach/gpu/src
Stephen Gutekanst 8bce5bc0a8 gpu: correct Device.default_queue default value
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-08-12 00:43:43 -07:00
..
adapter.zig gpu: correct context pointer alignments 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 context pointer alignments 2022-08-12 00:43:43 -07:00
callbacks.zig gpu: correct nullability of userdata pointers 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: centralize type definitions 2022-08-12 00:43:43 -07:00
compute_pass_encoder.zig gpu: correct computePassEncoderWriteTimestamp signature 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: update to latest revision as of 2022-08-06 2022-08-12 00:43:43 -07:00
dawn_impl.zig gpu: correct Queue.submit parameter constness 2022-08-12 00:43:43 -07:00
device.zig gpu: correct Device.default_queue default value 2022-08-12 00:43:43 -07:00
external_texture.zig gpu: update to latest revision as of 2022-08-06 2022-08-12 00:43:43 -07:00
instance.zig gpu: update to latest revision as of 2022-08-06 2022-08-12 00:43:43 -07:00
interface.zig gpu: correct Queue.submit parameter constness 2022-08-12 00:43:43 -07:00
mach_dawn.cpp gpu: correct header includes 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: centralize type definitions 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: make Queue.submit API use a slice helper 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: correct renderBundleEncoderFinish signature 2022-08-12 00:43:43 -07:00
render_pass_encoder.zig gpu: correct renderPassEncoderDrawIndexed signature 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: make ShaderModule.Descriptor.next_in_chain type-safe 2022-08-12 00:43:43 -07:00
surface.zig gpu: make Surface.Descriptor.next_in_chain type-safe 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: correct RenderPassDescriptor.occlusion_query_set nullability 2022-08-12 00:43:43 -07:00