#[repr(C)]pub struct SceRazorGpuLiveEntryJobFragmentValues1 {
pub usse_fragment_processing_percent: f32,
pub usse_dependent_texture_reads_percent: f32,
pub usse_non_dependent_texture_reads_percent: f32,
}Fields§
§usse_fragment_processing_percent: f32§usse_dependent_texture_reads_percent: f32§usse_non_dependent_texture_reads_percent: f32Trait Implementations§
source§impl Clone for SceRazorGpuLiveEntryJobFragmentValues1
impl Clone for SceRazorGpuLiveEntryJobFragmentValues1
source§fn clone(&self) -> SceRazorGpuLiveEntryJobFragmentValues1
fn clone(&self) -> SceRazorGpuLiveEntryJobFragmentValues1
Returns a copy 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 more