mach/gpu/src
Stephen Gutekanst 000989df5b gpu: make remaining next_in_chain fields nullable
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: 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: begin Dawn gpu.Interface implementation 2022-08-12 00:43:43 -07:00
dawn_impl.zig gpu: test exporting WebGPU API without Dawn symbol conflict 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: centralize type definitions 2022-08-12 00:43:43 -07:00
interface.zig gpu: test exporting WebGPU API without Dawn symbol conflict 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: correct queueWriteTexture signature 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: 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: make remaining next_in_chain fields nullable 2022-08-12 00:43:43 -07:00