glsl-layout 0.3.2

Provides data types and traits to build structures ready to upload into UBO.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "glsl-layout"

version = "0.3.2"

authors = ["Zakarum <scareaangel@gmail.com>"]

description = "Provides data types and traits to build structures ready to upload into UBO."

license = "MIT/Apache-2.0"

repository = "https://github.com/rustgd/glsl-layout"

keywords = ["graphics", "glsl", "gamedev"]



[features]

bigger-arrays = []



[dependencies]

cgmath = { version = "0.16", optional = true }

glsl-layout-derive = { version = "0.3.2", path = "glsl-layout-derive" }