Docs.rs
gls-0.1.6
gls 0.1.6
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
varphone
Dependencies
nalgebra ^0
normal
serde ^1.0
normal
gl_generator ^0.14
build
egls ^0.1
dev
rand ^0
dev
egls ^0.1
normal
optional
libc ^0.2
normal
winapi ^0.3
normal
sdl2 ^0.32
dev
rand ^0
dev
sdl2 ^0
dev
Versions
10.93%
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
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
get_program_binary
gls
0.1.6
In gls::
apis
gls
::
apis
Function
get_
program_
binary
Copy item path
Source
pub fn get_program_binary(program:
GLuint
) ->
Result
<(
GLenum
,
Vec
<
u8
>),
Error
>