| .. |
|
Adapter.zig
|
gpu: rename structs.zig -> data.zig
|
2022-03-19 00:51:48 -07:00 |
|
BindGroup.zig
|
gpu: move BindGroupEntry -> BindGroup.Entry
|
2022-03-19 00:51:48 -07:00 |
|
BindGroupLayout.zig
|
gpu: add BindingGroupLayout.Entry
|
2022-03-19 00:51:48 -07:00 |
|
Buffer.zig
|
gpu: move BufferMapAsyncStatus -> Buffer.MapAsyncStatus
|
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: add CommandBuffer.Descriptor
|
2022-03-19 00:51:48 -07:00 |
|
CommandEncoder.zig
|
gpu: add CommandEncoder.Descriptor
|
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 |
|
data.zig
|
gpu: add BindGroupEntry
|
2022-03-19 00:51:48 -07:00 |
|
Device.zig
|
gpu: move DeviceLostReason -> Device.LostReason
|
2022-03-19 00:51:48 -07:00 |
|
enums.zig
|
gpu: move TextureViewDimension -> Texture.ViewDimension
|
2022-03-19 00:51:48 -07:00 |
|
ExternalTexture.zig
|
gpu: add ExternalTexture.destroy
|
2022-03-19 00:51:48 -07:00 |
|
Interface.zig
|
gpu: fix requestAdapter implementation
|
2022-03-19 00:51:48 -07:00 |
|
main.zig
|
gpu: add StorageTextureBindingLayout
|
2022-03-19 00:51:48 -07:00 |
|
NativeInstance.zig
|
gpu: move TextureFormat -> Texture.Format
|
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.destroy
|
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.Descriptor
|
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.BindingLayout
|
2022-03-19 00:51:48 -07:00 |
|
ShaderModule.zig
|
gpu: add ShaderModule.setLabel
|
2022-03-19 00:51:48 -07:00 |
|
structs.zig
|
gpu: add StorageTextureBindingLayout
|
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: move TextureFormat -> Texture.Format
|
2022-03-19 00:51:48 -07:00 |
|
Texture.zig
|
gpu: add Texture.DataLayout
|
2022-03-19 00:51:48 -07:00 |
|
TextureView.zig
|
gpu: add TextureView.setLabel
|
2022-03-19 00:51:48 -07:00 |
|
TODO
|
gpu: add BindingGroupLayout.Entry
|
2022-03-19 00:51:48 -07:00 |