Module backend_glow

Source

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 calling ctx.upload(batch).
GfxCtxInnards
PrerenderInnards
SpriteTexture
Uploads a sprite sheet of textures to the GPU so they can be used by Fill::Texture and friends to paint shapes.
VertexArray πŸ”’

FunctionsΒ§

build_program πŸ”’ ⚠
compile_shader πŸ”’ ⚠

Type AliasesΒ§

WindowAdapter πŸ”’