Docs.rs
  • easy-imgui-renderer-0.3.0
    • easy-imgui-renderer 0.3.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • rodrigorc
    • Dependencies
      • anyhow ^1 normal
      • cgmath ^0.18 normal
      • easy-imgui =0.3.0 normal
      • easy-imgui-sys =0.3.0 normal
      • glow ^0.13 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_renderer0.3.0

Module glr

  • Structs
  • Traits
  • Functions
  • Type Aliases

In crate easy_imgui_renderer

?
Settings

Module easy_imgui_renderer::glr

source ·
Expand description

Helper module to wrap calls to glow OpenGL functions.

Structs§

  • Attribute
  • BinderFBODraw
  • BinderFBORead
  • BinderFramebuffer
  • 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
  • BinderReadFramebuffer
  • GlContext
    A shareable OpenGL context.
  • Result