Docs.rs
glsl-layout-0.5.0
glsl-layout 0.5.0
Permalink
Docs.rs crate page
MIT/Apache-2.0
Links
Repository
crates.io
Source
Owners
zakarumych
Dependencies
cgmath ^0.18
normal
glam ^0.22
normal
glsl-layout-derive ^0.4.0
normal
nalgebra ^0.31
normal
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
☰
uint
Trait Implementations
Std140
Uniform
In glsl_layout
?
Type Definition
glsl_layout
::
uint
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
§
type
Align
= Align4
ZST that enforces alignment required for this type.
§
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.