| .. |
|
adapter.zig
|
gpu: correct context pointer alignments
|
2022-08-12 00:43:43 -07:00 |
|
bind_group.zig
|
gpu: add BindGroup.Entry buffer/sampler/textureView constructor helpers
|
2022-08-12 00:43:43 -07:00 |
|
bind_group_layout.zig
|
gpu: adopt new dawn.json policy for optionality of slice fields, default zero values
|
2022-08-12 00:43:43 -07:00 |
|
buffer.zig
|
gpu: make Buffer.get*MappedRange a friendlier slice API
|
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: enable slice helpers to take arrays
|
2022-08-12 00:43:43 -07:00 |
|
compute_pass_encoder.zig
|
gpu: make setBindGroup methods use slice helper API
|
2022-08-12 00:43:43 -07:00 |
|
compute_pipeline.zig
|
gpu: adopt new dawn.json policy for optionality of slice fields, default zero values
|
2022-08-12 00:43:43 -07:00 |
|
dawn.zig
|
gpu: adopt new dawn.json policy for optionality of slice fields, default zero values
|
2022-08-12 00:43:43 -07:00 |
|
dawn_impl.zig
|
gpu: make setBindGroup methods use slice helper API
|
2022-08-12 00:43:43 -07:00 |
|
device.zig
|
gpu: make setBindGroup methods use slice helper API
|
2022-08-12 00:43:43 -07:00 |
|
external_texture.zig
|
gpu: adopt new dawn.json policy for optionality of slice fields, default zero values
|
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: make setBindGroup methods use slice helper API
|
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: adopt new dawn.json policy for optionality of slice fields, default zero values
|
2022-08-12 00:43:43 -07:00 |
|
query_set.zig
|
gpu: adopt new dawn.json policy for optionality of slice fields, default zero values
|
2022-08-12 00:43:43 -07:00 |
|
queue.zig
|
gpu: enable slice helpers to take arrays
|
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: make setBindGroup methods use slice helper API
|
2022-08-12 00:43:43 -07:00 |
|
render_pass_encoder.zig
|
gpu: make setBindGroup methods use slice helper API
|
2022-08-12 00:43:43 -07:00 |
|
render_pipeline.zig
|
gpu: adopt new dawn.json policy for optionality of slice fields, default zero values
|
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: adopt new dawn.json policy for optionality of slice fields, default zero values
|
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: adopt new dawn.json policy for optionality of slice fields, default zero values
|
2022-08-12 00:43:43 -07:00 |