Docs.rs
  • easy-imgui-opengl-0.1.0
    • easy-imgui-opengl 0.1.0
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • rodrigorc
    • Dependencies
      • cgmath ^0.18.0 normal
      • glow ^0.16.0 normal
      • log ^0.4.22 normal
      • smallvec ^1.13.2 normal
    • Versions
    • 6.25% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

easy_imgui_opengl0.1.0

  • All Items

Crate Items

  • Re-exports
  • Macros
  • Structs
  • Traits
  • Functions
  • Type Aliases

Crate easy_imgui_opengl

Source
Expand description

Helper module to wrap calls to glow OpenGL functions.

Re-exports§

pub use glow;

Macros§

attrib
uniform

Structs§

Attribute
BinderFBO
BinderFBODraw
BinderFBORead
BinderFramebufferT
BinderRenderbuffer
Buffer
DynamicVertexArray
DynamicVertexArraySub
EnablerVertexAttribArray
Framebuffer
GLError
NilVertexAttrib
This vertex attrib provides the given count of vertices, but without data.
Program
PushViewport
Renderbuffer
Rgba
Texture
Uniform
VertexArray

Traits§

AttribField
Safety
AttribProvider
Safety
AttribProviderList
BinderFBOTarget
UniformField
Safety
UniformProvider

Functions§

as_u8_slice⚠
check_gl
to_gl_err

Type Aliases§

BinderDrawFramebuffer
BinderFramebuffer
BinderReadFramebuffer
GlContext
A shareable OpenGL context.
Result