gpu_layout 0.2.2

Share host types with GPU shaders, with various layout specifications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "gpu_layout"
version = "0.2.2"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "Share host types with GPU shaders, with various layout specifications"
repository = "https://github.com/ambrosia13/gpu_layout"
readme = "../README.md"

[dependencies]
glam = { version = "~0.30", features = ["bytemuck"] }
bytemuck = "~1"

gpu_layout_derive = "0.2.0"