| .. |
|
adapter.zig
|
gpu: make Adapter an enum with methods
|
2022-08-12 00:43:43 -07:00 |
|
bind_group.zig
|
gpu: make BindGroup an enum with methods
|
2022-08-12 00:43:43 -07:00 |
|
bind_group_layout.zig
|
gpu: make BindGroupLayout an enum with methods
|
2022-08-12 00:43:43 -07:00 |
|
Buffer.zig
|
gpu: make Buffer an enum with methods
|
2022-08-12 00:43:43 -07:00 |
|
command_buffer.zig
|
gpu: make CommandBuffer an enum with methods
|
2022-08-12 00:43:43 -07:00 |
|
command_encoder.zig
|
gpu: make CommandEncoder an enum with methods
|
2022-08-12 00:43:43 -07:00 |
|
compute_pass_encoder.zig
|
gpu: make ComputePassEncoder an enum with methods
|
2022-08-12 00:43:43 -07:00 |
|
compute_pipeline.zig
|
gpu: make ComputePipeline an enum with methods
|
2022-08-12 00:43:43 -07:00 |
|
Device.zig
|
gpu: make Device an enum with methods
|
2022-08-12 00:43:43 -07:00 |
|
external_texture.zig
|
gpu: make ExternalTexture an enum with methods
|
2022-08-12 00:43:43 -07:00 |
|
Instance.zig
|
gpu: make Instance an enum with methods
|
2022-08-12 00:43:43 -07:00 |
|
main.zig
|
gpu: make ShaderModule an enum with methods
|
2022-08-12 00:43:43 -07:00 |
|
pipeline_layout.zig
|
gpu: make PipelineLayout an enum with methods
|
2022-08-12 00:43:43 -07:00 |
|
query_set.zig
|
gpu: make QuerySet an enum with methods
|
2022-08-12 00:43:43 -07:00 |
|
Queue.zig
|
gpu: make Queue an enum with methods
|
2022-08-12 00:43:43 -07:00 |
|
render_bundle.zig
|
gpu: make RenderBundle an enum with methods
|
2022-08-12 00:43:43 -07:00 |
|
render_bundle_encoder.zig
|
gpu: make RenderBundleEncoder an enum with methods
|
2022-08-12 00:43:43 -07:00 |
|
render_pass_encoder.zig
|
gpu: make RenderPassEncoder an enum with methods
|
2022-08-12 00:43:43 -07:00 |
|
render_pipeline.zig
|
gpu: make RenderPipeline an enum with methods
|
2022-08-12 00:43:43 -07:00 |
|
Sampler.zig
|
gpu: make Sampler an enum with methods
|
2022-08-12 00:43:43 -07:00 |
|
shader_module.zig
|
gpu: make ShaderModule an enum with methods
|
2022-08-12 00:43:43 -07:00 |
|
Surface.zig
|
gpu: translate opaque pointer types
|
2022-08-12 00:43:43 -07:00 |
|
SwapChain.zig
|
gpu: translate opaque pointer types
|
2022-08-12 00:43:43 -07:00 |
|
Texture.zig
|
gpu: add Texture.Usage flagset
|
2022-08-12 00:43:43 -07:00 |
|
TextureView.zig
|
gpu: add TextureView.Dimension enum
|
2022-08-12 00:43:43 -07:00 |
|
types.zig
|
gpu: translate ChainedStruct/ChainedStructOut
|
2022-08-12 00:43:43 -07:00 |