[−][src]Enum azul_webrender_api::DebugCommand
Update of the state of built-in debugging facilities.
Variants
SetFlags(DebugFlags)
Sets the provided debug flags.
EnableDualSourceBlending(bool)
Configure if dual-source blending is used, if available.
Fetch current documents and display lists.
Fetch current passes and batches.
Fetch the spatial tree.
Fetch render tasks.
Fetch screenshot.
SaveCapture(PathBuf, CaptureBits)
Save a capture of all the documents state.
LoadCapture(PathBuf, Sender<CapturedDocument>)
Load a capture of all the documents state.
ClearCaches(ClearCache)
Clear cached resources, forcing them to be re-uploaded from templates.
EnableNativeCompositor(bool)
Enable/disable native compositor usage
EnableMultithreading(bool)
Enable/disable parallel job execution with rayon.
SetBatchingLookback(u32)
Sets the maximum amount of existing batches to visit before creating a new one.
Invalidate GPU cache, forcing the update from the CPU mirror.
SimulateLongSceneBuild(u32)
Causes the scene builder to pause for a given amount of milliseconds each time it processes a transaction.
SimulateLongLowPrioritySceneBuild(u32)
Causes the low priority scene builder to pause for a given amount of milliseconds each time it processes a transaction.
SetTransactionLogging(bool)
Logs transactions to a file for debugging purposes
SetPictureTileSize(Option<DeviceIntSize>)
Set an override tile size to use for picture caches
Trait Implementations
impl Clone for DebugCommand
[src]
fn clone(&self) -> DebugCommand
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for DebugCommand
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Serialize for DebugCommand
[src]
Auto Trait Implementations
impl !RefUnwindSafe for DebugCommand
impl Send for DebugCommand
impl !Sync for DebugCommand
impl Unpin for DebugCommand
impl !UnwindSafe for DebugCommand
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,