Struct oxygengine_ha_renderer::pipeline::stage::StageProcessInfo
source · pub struct StageProcessInfo {
pub x: usize,
pub y: usize,
pub width: usize,
pub height: usize,
pub transform_matrix: Mat4,
pub view_matrix: Mat4,
pub projection_matrix: Mat4,
pub material_render_target_signature: MaterialRenderTargetSignature,
pub domain: Option<String>,
pub filters: TagFilters,
}Fields§
§x: usize§y: usize§width: usize§height: usize§transform_matrix: Mat4§view_matrix: Mat4§projection_matrix: Mat4§material_render_target_signature: MaterialRenderTargetSignature§domain: Option<String>§filters: TagFiltersImplementations§
source§impl StageProcessInfo
impl StageProcessInfo
pub fn make_material_signature( &self, vertex_layout: &VertexLayout ) -> MaterialSignature
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for StageProcessInfo
impl Send for StageProcessInfo
impl Sync for StageProcessInfo
impl Unpin for StageProcessInfo
impl UnwindSafe for StageProcessInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more