mach/gpu/src
2022-04-08 11:03:00 -07:00
..
Adapter.zig gpu: enable void callback contexts 2022-03-19 00:51:48 -07:00
BindGroup.zig gpu: fix BindGroup.Entry so that optional things are optional 2022-04-08 11:03:00 -07:00
BindGroupLayout.zig gpu: improve ABI compatibility of BindGroupLayout.Entry 2022-03-19 00:51:48 -07:00
Buffer.zig gpu: replace &slice[0] with slice.ptr 2022-04-08 11:03:00 -07:00
c.zig gpu: add foundation for interface 2022-03-19 00:51:48 -07:00
CommandBuffer.zig gpu: use unnamed tests for inclusion 2022-03-19 00:51:48 -07:00
CommandEncoder.zig gpu: replace &slice[0] with slice.ptr 2022-04-08 11:03:00 -07:00
ComputePassEncoder.zig gpu: implement ComputePassEncoder.dispatchIndirect 2022-03-19 00:51:48 -07:00
ComputePipeline.zig gpu: enable void callback contexts 2022-03-19 00:51:48 -07:00
data.zig gpu: use unnamed tests for inclusion 2022-03-19 00:51:48 -07:00
Device.zig gpu: enable void callback contexts 2022-03-19 00:51:48 -07:00
enums.zig gpu: use packed structs to wrap WebGPU's bitfield enums 2022-04-08 11:03:00 -07:00
ExternalTexture.zig gpu: use unnamed tests for inclusion 2022-03-19 00:51:48 -07:00
Interface.zig gpu: enable void callback contexts 2022-03-19 00:51:48 -07:00
main.zig gpu: expose [Error/Logging]Callback 2022-03-19 00:51:48 -07:00
NativeInstance.zig gpu: convert Texture.Usage to packed struct 2022-04-08 11:03:00 -07:00
PipelineLayout.zig gpu: use unnamed tests for inclusion 2022-03-19 00:51:48 -07:00
QuerySet.zig gpu: use unnamed tests for inclusion 2022-03-19 00:51:48 -07:00
Queue.zig gpu: replace &slice[0] with slice.ptr 2022-04-08 11:03:00 -07:00
RenderBundle.zig gpu: use unnamed tests for inclusion 2022-03-19 00:51:48 -07:00
RenderBundleEncoder.zig gpu: implement RenderBundleEncoder.setVertexBuffer 2022-03-19 00:51:48 -07:00
RenderPassEncoder.zig gpu: implement RenderPassEncoder.writeTimestamp 2022-03-19 00:51:48 -07:00
RenderPipeline.zig gpu: enable void callback contexts 2022-03-19 00:51:48 -07:00
Sampler.zig gpu: implement Device.createSampler 2022-03-19 00:51:48 -07:00
ShaderModule.zig gpu: enable void callback contexts 2022-03-19 00:51:48 -07:00
structs.zig gpu: enable void callback contexts 2022-03-19 00:51:48 -07:00
Surface.zig gpu: use unnamed tests for inclusion 2022-03-19 00:51:48 -07:00
SwapChain.zig gpu: convert Texture.Usage to packed struct 2022-04-08 11:03:00 -07:00
Texture.zig gpu: convert Texture.Usage to packed struct 2022-04-08 11:03:00 -07:00
TextureView.zig gpu: use unnamed tests for inclusion 2022-03-19 00:51:48 -07:00