spirv-webgpu-transform 0.1.3

Transform SPIRV to be webgpu friendly
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[workspace]
members = ["ffi"]

[package]
name = "spirv-webgpu-transform"
version = "0.1.3"
edition = "2024"
description = "Transform SPIRV to be webgpu friendly"
repository = "https://github.com/davnotdev/spirv-webgpu-transform"
homepage = "https://github.com/davnotdev/spirv-webgpu-transform"
license = "BSD-2-Clause"
keywords = ["gamedev", "graphics"]
categories = ["graphics"]

[dev-dependencies]
naga = { version = "23", features = ["spv-in", "wgsl-out"]}
spirv-tools = "0.13"