Crate ffgl_glium

source ·
Expand description

Utilities for creating FFGL plugins using the glium library.

Use FFGLGlium in your plugin to render frames with a glium context.

Just call FFGLGlium::draw inside your ffgl_core::handler::FFGLInstance::draw method.

See example-isf for a good example

§!WARNING!

I make assumptions about the OpenGL context inside the host. Bugs and crashes may occur. Testing infrastructure is required.

Modules§

  • My utilities to create basic textures
  • Validate the state of the OpenGL context.

Structs§

  • Use this struct to render frames with a glium context, making assumptions about the OpenGL context inside an FFGL host.