Type Alias grafix_toolbox::lib::GL::window::Window

source ·
pub type Window = GlfwWindow;

Aliased Type§

struct Window { /* private fields */ }

Implementations§

source§

impl Window

source

pub fn Viewport(&self, args: impl WINSize)

source

pub fn Bind(&self) -> Binding<'_, Framebuff>

Trait Implementations§

source§

impl Frame for Window

source§

fn ClearColor(&self, args: impl ClearArgs)

source§

fn ClearDepth<T>(&self, d: T)
where f32: Cast<T>,

source§

fn size(&self) -> uVec2

source§

fn aspect(&self) -> Vec2

source§

fn pixel(&self) -> f32

source§

fn bind(&self) -> Binding<'_, Framebuff>

source§

fn to_clip(&self) -> Vec2

source§

fn pixel_vec2(&self) -> Vec2

source§

fn clear(&self, args: impl ColorDepthArg)