| .. |
|
Adapter.zig
|
gpu: rename FeatureName -> Feature
|
2022-03-19 00:51:48 -07:00 |
|
BindGroup.zig
|
gpu: add BindGroup.setLabel
|
2022-03-19 00:51:48 -07:00 |
|
BindGroupLayout.zig
|
gpu: add BindGroupLayout.setLabel
|
2022-03-19 00:51:48 -07:00 |
|
Buffer.zig
|
gpu: correct Buffer parameter names
|
2022-03-19 00:51:48 -07:00 |
|
c.zig
|
gpu: add foundation for interface
|
2022-03-19 00:51:48 -07:00 |
|
CommandBuffer.zig
|
gpu: correct CommandBuffer parameter name
|
2022-03-19 00:51:48 -07:00 |
|
CommandEncoder.zig
|
gpu: add CommandEncoder.setLabel
|
2022-03-19 00:51:48 -07:00 |
|
ComputePassEncoder.zig
|
gpu: add ComputePassEncoder.setLabel
|
2022-03-19 00:51:48 -07:00 |
|
ComputePipeline.zig
|
gpu: add ComputePipeline.setLabel
|
2022-03-19 00:51:48 -07:00 |
|
Device.zig
|
gpu: fix string handling / pointer casting
|
2022-03-19 00:51:48 -07:00 |
|
enums.zig
|
gpu: add ShaderStage enum
|
2022-03-19 00:51:48 -07:00 |
|
ExternalTexture.zig
|
gpu: add ExternalTexture.setLabel
|
2022-03-19 00:51:48 -07:00 |
|
Interface.zig
|
gpu: fix requestAdapter implementation
|
2022-03-19 00:51:48 -07:00 |
|
Limits.zig
|
gpu: implement Limits and conversion
|
2022-03-19 00:51:48 -07:00 |
|
main.zig
|
gpu: document resource handling semantics
|
2022-03-19 00:51:48 -07:00 |
|
NativeInstance.zig
|
gpu: add TextureView.setLabel
|
2022-03-19 00:51:48 -07:00 |
|
PipelineLayout.zig
|
gpu: add PipelineLayout.setLabel
|
2022-03-19 00:51:48 -07:00 |
|
QuerySet.zig
|
gpu: add QuerySet.setLabel
|
2022-03-19 00:51:48 -07:00 |
|
Queue.zig
|
gpu: implement Queue.on_submitted_work_done callback
|
2022-03-19 00:51:48 -07:00 |
|
RenderBundle.zig
|
gpu: add RenderBundle.setLabel
|
2022-03-19 00:51:48 -07:00 |
|
RenderBundleEncoder.zig
|
gpu: add RenderBundleEncoder.setLabel
|
2022-03-19 00:51:48 -07:00 |
|
RenderPassEncoder.zig
|
gpu: add RenderPassEncoder.setLabel
|
2022-03-19 00:51:48 -07:00 |
|
RenderPipeline.zig
|
gpu: add RenderPipeline.setLabel
|
2022-03-19 00:51:48 -07:00 |
|
Sampler.zig
|
gpu: add Sampler.setLabel
|
2022-03-19 00:51:48 -07:00 |
|
ShaderModule.zig
|
gpu: add ShaderModule.setLabel
|
2022-03-19 00:51:48 -07:00 |
|
Surface.zig
|
gpu: fix string handling / pointer casting
|
2022-03-19 00:51:48 -07:00 |
|
SwapChain.zig
|
gpu: fix string handling / pointer casting
|
2022-03-19 00:51:48 -07:00 |
|
Texture.zig
|
gpu: add Texture.setLabel
|
2022-03-19 00:51:48 -07:00 |
|
TextureView.zig
|
gpu: add TextureView.setLabel
|
2022-03-19 00:51:48 -07:00 |
|
TODO
|
gpu: implement BindGroup
|
2022-03-19 00:51:48 -07:00 |