#[repr(C)]pub struct DeferredLights_DrawCall {
pub tile_list: ComputeBuffer,
pub punctual_light_buffer: ComputeBuffer,
pub rel_light_list: ComputeBuffer,
pub tile_list_size: i32,
pub punctual_light_buffer_size: i32,
pub rel_light_list_size: i32,
pub instance_offset: i32,
pub instance_count: i32,
}Expand description
Fields§
§tile_list: ComputeBuffer§punctual_light_buffer: ComputeBuffer§rel_light_list: ComputeBuffer§tile_list_size: i32§punctual_light_buffer_size: i32§rel_light_list_size: i32§instance_offset: i32§instance_count: i32Trait Implementations§
Source§impl Clone for DeferredLights_DrawCall
impl Clone for DeferredLights_DrawCall
Source§fn clone(&self) -> DeferredLights_DrawCall
fn clone(&self) -> DeferredLights_DrawCall
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 moreimpl Copy for DeferredLights_DrawCall
Auto Trait Implementations§
impl Freeze for DeferredLights_DrawCall
impl RefUnwindSafe for DeferredLights_DrawCall
impl !Send for DeferredLights_DrawCall
impl !Sync for DeferredLights_DrawCall
impl Unpin for DeferredLights_DrawCall
impl UnwindSafe for DeferredLights_DrawCall
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)