Re-exportsΒ§
pub use crate::backend_glow_native::setup;
StructsΒ§
- Buffer π
- Drawable
- Geometry thatβs been uploaded to the GPU once and can be quickly redrawn many times. Create by
creating a
GeomBatch
and callingctx.upload(batch)
. - GfxCtx
Innards - Prerender
Innards - Sprite
Texture - Uploads a sprite sheet of textures to the GPU so they can be used by Fill::Texture and friends to paint shapes.
- Vertex
Array π
FunctionsΒ§
- build_
program π β - compile_
shader π β
Type AliasesΒ§
- Window
Adapter π