Docs.rs
cafe_core-0.1.0
cafe_core 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
canoi12
Dependencies
coffee_lang ^0.0.0
normal
latte_fs ^0.0.0
normal
mocha_audio ^0.1.0
normal
sdl2 ^0.35.2
normal
stb_image ^0.2.5
normal
tea_render ^0.1.0
normal
Versions
2.47%
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
☰
Effect
Required Methods
send_uniform
Implementors
In cafe::render
?
Trait
cafe
::
render
::
Effect
source
·
[
−
]
pub trait Effect { // Required method fn
send_uniform
<T:
GlUniform
>(&self, name: &
str
, value: T); }
Required Methods
§
source
fn
send_uniform
<T:
GlUniform
>(&self, name: &
str
, value: T)
Implementors
§
source
§
impl
Effect
for
Effect2D
source
§
impl
Effect
for
Effect3D