| .. |
|
adapter.zig
|
gpu: add RequestDeviceCallback
|
2022-08-12 00:43:43 -07:00 |
|
bind_group.zig
|
gpu: convert TextureView from enum(usize) to *opaque
|
2022-08-12 00:43:43 -07:00 |
|
bind_group_layout.zig
|
gpu: convert Texture from enum(usize) to *opaque
|
2022-08-12 00:43:43 -07:00 |
|
buffer.zig
|
gpu: add BufferMapCallback
|
2022-08-12 00:43:43 -07:00 |
|
command_buffer.zig
|
gpu: convert CommandBuffer from enum(usize) to *opaque
|
2022-08-12 00:43:43 -07:00 |
|
command_encoder.zig
|
gpu: convert CommandEncoder from enum(usize) to *opaque
|
2022-08-12 00:43:43 -07:00 |
|
compute_pass_encoder.zig
|
gpu: convert ComputePassEncoder from enum(usize) to *opaque
|
2022-08-12 00:43:43 -07:00 |
|
compute_pipeline.zig
|
gpu: convert PipelineLayout from enum(usize) to *opaque
|
2022-08-12 00:43:43 -07:00 |
|
dawn.zig
|
gpu: convert Texture from enum(usize) to *opaque
|
2022-08-12 00:43:43 -07:00 |
|
device.zig
|
gpu: add DeviceLostCallback
|
2022-08-12 00:43:43 -07:00 |
|
external_texture.zig
|
gpu: convert TextureView from enum(usize) to *opaque
|
2022-08-12 00:43:43 -07:00 |
|
instance.zig
|
gpu: add RequestAdapterCallback
|
2022-08-12 00:43:43 -07:00 |
|
interface.zig
|
gpu: add Adapter.getProperties
|
2022-08-12 00:43:43 -07:00 |
|
main.zig
|
gpu: add CreateRenderPipelineAsyncCallback
|
2022-08-12 00:43:43 -07:00 |
|
pipeline_layout.zig
|
gpu: convert PipelineLayout from enum(usize) to *opaque
|
2022-08-12 00:43:43 -07:00 |
|
query_set.zig
|
gpu: convert QuerySet from enum(usize) to *opaque
|
2022-08-12 00:43:43 -07:00 |
|
queue.zig
|
gpu: add QueueWorkDoneCallback
|
2022-08-12 00:43:43 -07:00 |
|
render_bundle.zig
|
gpu: convert RenderBundle from enum(usize) to *opaque
|
2022-08-12 00:43:43 -07:00 |
|
render_bundle_encoder.zig
|
gpu: convert Texture from enum(usize) to *opaque
|
2022-08-12 00:43:43 -07:00 |
|
render_pass_encoder.zig
|
gpu: convert RenderPassEncoder from enum(usize) to *opaque
|
2022-08-12 00:43:43 -07:00 |
|
render_pipeline.zig
|
gpu: convert RenderPipeline from enum(usize) to *opaque
|
2022-08-12 00:43:43 -07:00 |
|
sampler.zig
|
gpu: convert Sampler from enum(usize) to *opaque
|
2022-08-12 00:43:43 -07:00 |
|
shader_module.zig
|
gpu: convert ShaderModule from enum(usize) to *opaque
|
2022-08-12 00:43:43 -07:00 |
|
surface.zig
|
gpu: convert Surface from enum(usize) to *opaque
|
2022-08-12 00:43:43 -07:00 |
|
swap_chain.zig
|
gpu: convert Texture from enum(usize) to *opaque
|
2022-08-12 00:43:43 -07:00 |
|
texture.zig
|
gpu: convert Texture from enum(usize) to *opaque
|
2022-08-12 00:43:43 -07:00 |
|
texture_view.zig
|
gpu: convert Texture from enum(usize) to *opaque
|
2022-08-12 00:43:43 -07:00 |
|
types.zig
|
gpu: add LoggingCallback
|
2022-08-12 00:43:43 -07:00 |