[−][src]Struct skia_bindings::GrDriverBugWorkarounds
Fields
add_and_true_to_loop_condition: bool
disable_blend_equation_advanced: bool
disable_discard_framebuffer: bool
disable_texture_storage: bool
disallow_large_instanced_draw: bool
emulate_abs_int_function: bool
flush_on_framebuffer_change: bool
gl_clear_broken: bool
max_fragment_uniform_vectors_32: bool
max_msaa_sample_count_4: bool
max_texture_size_limit_4096: bool
pack_parameters_workaround_with_pack_buffer: bool
remove_pow_with_constant_exponent: bool
restore_scissor_on_fbo_change: bool
rewrite_do_while_loops: bool
unbind_attachments_on_bound_render_fbo_delete: bool
unfold_short_circuit_as_ternary_operation: bool
Methods
impl GrDriverBugWorkarounds
[src]
pub unsafe fn applyOverrides(
&mut self,
workarounds: *const GrDriverBugWorkarounds
)
[src]
&mut self,
workarounds: *const GrDriverBugWorkarounds
)
pub unsafe fn new() -> Self
[src]
pub unsafe fn new1(workarounds: *const u8) -> Self
[src]
pub unsafe fn destruct(&mut self)
[src]
Auto Trait Implementations
impl Send for GrDriverBugWorkarounds
impl Unpin for GrDriverBugWorkarounds
impl Sync for GrDriverBugWorkarounds
impl RefUnwindSafe for GrDriverBugWorkarounds
impl UnwindSafe for GrDriverBugWorkarounds
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for 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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,