Trait tridify_rs::Graphics
source · pub trait Graphics {
// Required methods
fn get_adapter(&self) -> &Adapter;
fn get_device(&self) -> &Device;
fn get_queue(&self) -> &Queue;
fn get_surface(&self) -> &Surface;
}
pub trait Graphics {
// Required methods
fn get_adapter(&self) -> &Adapter;
fn get_device(&self) -> &Device;
fn get_queue(&self) -> &Queue;
fn get_surface(&self) -> &Surface;
}