1
0
Fork
You've already forked webgpu.c3l
0
WebGPU native bindings for C3
This repository has been archived on 2026年06月10日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2024年10月11日 18:59:06 +02:00
adapter.c3 remove inline for WebGPU resources 2024年10月09日 19:19:12 +02:00
adapter.c3i use builtin CBool 2024年10月09日 19:23:47 +02:00
bindgroup.c3i remove inline for WebGPU resources 2024年10月09日 19:19:12 +02:00
bindgroup_layout.c3i use builtin CBool 2024年10月09日 19:23:47 +02:00
buffer.c3i use builtin CBool 2024年10月09日 19:23:47 +02:00
chain.c3i sort enums and fix some function signatures 2024年09月21日 19:06:34 +02:00
command_buffer.c3i remove inline for WebGPU resources 2024年10月09日 19:19:12 +02:00
command_encoder.c3i remove inline for WebGPU resources 2024年10月09日 19:19:12 +02:00
compute_pass_encoder.c3i remove inline for WebGPU resources 2024年10月09日 19:19:12 +02:00
compute_pipeline.c3i remove inline for WebGPU resources 2024年10月09日 19:19:12 +02:00
device.c3i use builtin CBool 2024年10月09日 19:23:47 +02:00
instance.c3 remove inline for WebGPU resources 2024年10月09日 19:19:12 +02:00
instance.c3i remove inline for WebGPU resources 2024年10月09日 19:19:12 +02:00
LICENSE create bindings 2024年09月11日 20:30:18 +02:00
manifest.json add targets supported by C3 and wgpu-native 2024年10月09日 19:12:31 +02:00
pipeline_layout.c3i remove inline for WebGPU resources 2024年10月09日 19:19:12 +02:00
queryset.c3i remove inline for WebGPU resources 2024年10月09日 19:19:12 +02:00
queue.c3i remove inline for WebGPU resources 2024年10月09日 19:19:12 +02:00
README.md create bindings 2024年09月11日 20:30:18 +02:00
render_bundle.c3i remove inline for WebGPU resources 2024年10月09日 19:19:12 +02:00
render_bundle_encoder.c3i use builtin CBool 2024年10月09日 19:23:47 +02:00
render_pass.c3i use builtin CBool 2024年10月09日 19:23:47 +02:00
render_pipeline.c3i use builtin CBool 2024年10月09日 19:23:47 +02:00
sampler.c3i remove inline for WebGPU resources 2024年10月09日 19:19:12 +02:00
shader_module.c3i remove inline for WebGPU resources 2024年10月09日 19:19:12 +02:00
shared.c3i use builtin CBool 2024年10月09日 19:23:47 +02:00
surface.c3i use builtin CBool 2024年10月09日 19:23:47 +02:00
surface_system.c3i remove inline for WebGPU resources 2024年10月09日 19:19:12 +02:00
texture.c3i remove TODO comment 2024年10月11日 18:59:06 +02:00
texture_view.c3i remove inline for WebGPU resources 2024年10月09日 19:19:12 +02:00

Bindings for the WebGPU native headers: https://github.com/webgpu-native/webgpu-headers

Applications require linking a WebGPU implementation like wgpu-native or Dawn.