#[repr(C, packed(4))]pub struct LightProbeCache {
pub position: [f32; 3],
pub parallax_type: f32,
pub attenuation_fac: f32,
pub attenuation_type: f32,
pub _pad3: [f32; 2],
pub attenuationmat: [[f32; 4]; 4],
pub parallaxmat: [[f32; 4]; 4],
}Fields§
§position: [f32; 3]§parallax_type: f32§attenuation_fac: f32§attenuation_type: f32§_pad3: [f32; 2]§attenuationmat: [[f32; 4]; 4]§parallaxmat: [[f32; 4]; 4]Trait Implementations§
Source§impl GeneratedBlendStruct for LightProbeCache
impl GeneratedBlendStruct for LightProbeCache
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "LightProbeCache"
const STRUCT_INDEX: usize = 771usize
const STRUCT_TYPE_INDEX: usize = 904usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<LightProbeCache> for LightProbeCache
Auto Trait Implementations§
impl Freeze for LightProbeCache
impl RefUnwindSafe for LightProbeCache
impl Send for LightProbeCache
impl Sync for LightProbeCache
impl Unpin for LightProbeCache
impl UnwindSafe for LightProbeCache
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