Docs.rs
easy-imgui-renderer-0.9.1
easy-imgui-renderer 0.9.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
rodrigorc
Dependencies
anyhow ^1
normal
cgmath ^0.18
normal
easy-imgui =0.9.1
normal
easy-imgui-sys =0.9.1
normal
glow ^0.14
normal
log ^0.4
normal
smallvec ^1
normal
Versions
7.69%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
easy_
imgui_
renderer
0.9.1
Uniform
Provider
Required Methods
apply
Implementations on Foreign Types
()
Implementors
In easy_
imgui_
renderer::
glr
easy_imgui_renderer
::
glr
Trait
UniformProvider
Copy item path
source
pub trait UniformProvider { // Required method fn
apply
(&self, gl: &
GlContext
, u: &
Uniform
); }
Required Methods
§
source
fn
apply
(&self, gl: &
GlContext
, u: &
Uniform
)
Implementations on Foreign Types
§
source
§
impl
UniformProvider
for
()
source
§
fn
apply
(&self, _gl: &
GlContext
, _u: &
Uniform
)
Implementors
§