#[repr(C)]pub struct BuiltinRenderTextureType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl BuiltinRenderTextureType
impl BuiltinRenderTextureType
pub fn property_name() -> Self
pub fn buffer_ptr() -> Self
pub fn render_texture() -> Self
pub fn bindable_texture() -> Self
pub fn none() -> Self
pub fn current_active() -> Self
pub fn camera_target() -> Self
pub fn depth() -> Self
pub fn depth_normals() -> Self
pub fn resolved_depth() -> Self
pub fn prepass_normals_spec() -> Self
pub fn prepass_light() -> Self
pub fn prepass_light_spec() -> Self
pub fn g_buffer0() -> Self
pub fn g_buffer1() -> Self
pub fn g_buffer2() -> Self
pub fn g_buffer3() -> Self
pub fn reflections() -> Self
pub fn motion_vectors() -> Self
pub fn g_buffer4() -> Self
pub fn g_buffer5() -> Self
pub fn g_buffer6() -> Self
pub fn g_buffer7() -> Self
Trait Implementations§
Source§impl Clone for BuiltinRenderTextureType
impl Clone for BuiltinRenderTextureType
Source§fn clone(&self) -> BuiltinRenderTextureType
fn clone(&self) -> BuiltinRenderTextureType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BuiltinRenderTextureType
impl Debug for BuiltinRenderTextureType
Source§impl PartialEq for BuiltinRenderTextureType
impl PartialEq for BuiltinRenderTextureType
impl Copy for BuiltinRenderTextureType
impl Eq for BuiltinRenderTextureType
impl StructuralPartialEq for BuiltinRenderTextureType
Auto Trait Implementations§
impl Freeze for BuiltinRenderTextureType
impl RefUnwindSafe for BuiltinRenderTextureType
impl Send for BuiltinRenderTextureType
impl Sync for BuiltinRenderTextureType
impl Unpin for BuiltinRenderTextureType
impl UnwindSafe for BuiltinRenderTextureType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)