Docs.rs
glsl-layout-0.5.0
glsl-layout 0.5.0
Docs.rs crate page
MIT/Apache-2.0
Links
Repository
crates.io
Source
Owners
zakarumych
Dependencies
cgmath ^0.18
normal
optional
glam ^0.22
normal
optional
glsl-layout-derive ^0.4.0
normal
nalgebra ^0.31
normal
optional
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
glsl_
layout
0.5.0
uint
Trait Implementations
Std140
Uniform
In crate glsl_
layout
glsl_layout
Type Alias
uint
Copy item path
Source
pub type uint =
u32
;
Expand description
Unsigned integer value.
Trait Implementations
§
Source
§
impl
Std140
for
uint
Source
§
fn
as_raw
(&self) -> &[
u8
]
ⓘ
Convert to bytes-slice.
Source
§
impl
Uniform
for
uint
Source
§
type
Align
= Align4
ZST that enforces alignment required for this type.
Source
§
type
Std140
=
u32
Type that contain same data with memory layout matching glsl’s
layout(std140)
.
Source
§
fn
std140
(&self) ->
uint
Get aligned data from structure.