| .. |
|
adapter.zig
|
gpu: fix redeclaration of function parameter errors
|
2022-08-19 12:34:08 -07:00 |
|
bind_group.zig
|
gpu: add type-safety for chaining ExternalTexture.BindingEntry
|
2022-08-16 20:32:03 -07:00 |
|
bind_group_layout.zig
|
gpu: add type-safety for chaining ExternalTexture.BindingLayout
|
2022-08-16 20:36:12 -07:00 |
|
buffer.zig
|
gpu: fix redeclaration of function parameter errors
|
2022-08-19 12:34:08 -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: add type-safety for chaining dawn.EncoderInternalUsageDescriptor
|
2022-08-16 20:54:03 -07:00 |
|
compute_pass_encoder.zig
|
gpu: add TODOs for slice helper candidates
|
2022-08-16 10:46:49 -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: add type-safety for chaining dawn.EncoderInternalUsageDescriptor
|
2022-08-16 20:54:03 -07:00 |
|
dawn_impl.zig
|
gpu: correctly allow unsetting Device.setLoggingCallback
|
2022-08-16 21:34:32 -07:00 |
|
device.zig
|
gpu: fix redeclaration of function parameter errors
|
2022-08-19 12:34:08 -07:00 |
|
external_texture.zig
|
gpu: improve ExternalTexture.Descriptor type safety
|
2022-08-16 21:05:54 -07:00 |
|
instance.zig
|
gpu: fix redeclaration of function parameter errors
|
2022-08-19 12:34:08 -07:00 |
|
interface.zig
|
gpu: correct deviceSetLoggingCallback callback optionality
|
2022-08-16 21:59:24 -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: workaround stage2 usingnamespace bug
|
2022-08-12 10:48:18 -07:00 |
|
pipeline_layout.zig
|
gpu: add PipelineLayout.Descriptor.init slice helper
|
2022-08-16 17:37:49 -07:00 |
|
query_set.zig
|
gpu: add QuerySet.Descriptor.init slice helper
|
2022-08-16 17:56:47 -07:00 |
|
queue.zig
|
gpu: fix redeclaration of function parameter errors
|
2022-08-19 12:34:08 -07:00 |
|
render_bundle.zig
|
gpu: internalize RenderBundle types
|
2022-08-12 00:43:43 -07:00 |
|
render_bundle_encoder.zig
|
gpu: add RenderBundleEncoder.Descriptor.init slice helper
|
2022-08-16 18:44:50 -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: fix redeclaration of function parameter errors
|
2022-08-19 12:34:08 -07:00 |
|
surface.zig
|
gpu: improve type naming for next_in_chain extension types
|
2022-08-16 20:12:25 -07:00 |
|
swap_chain.zig
|
gpu: internalize Texture types
|
2022-08-12 00:43:43 -07:00 |
|
texture.zig
|
gpu: add type-safety for chaining dawn.TextureInternalUsageDescriptor
|
2022-08-16 20:45:24 -07:00 |
|
texture_view.zig
|
gpu: workaround stage2 usingnamespace bug
|
2022-08-12 10:48:18 -07:00 |
|
types.zig
|
gpu: correct BlendState default values
|
2022-08-16 23:16:10 -07:00 |