MjtFramebuffer

Type Alias MjtFramebuffer 

Source
pub type MjtFramebuffer = mjtFramebuffer;
Expand description

These are the possible framebuffers. They are used as an argument to the function mjr_setBuffer.

Aliased Type§

#[repr(u32)]
pub enum MjtFramebuffer { mjFB_WINDOW = 0, mjFB_OFFSCREEN = 1, }

Variants§

§

mjFB_WINDOW = 0

§

mjFB_OFFSCREEN = 1