[][src]Struct ugli_webgl::KHR_parallel_shader_compile

pub struct KHR_parallel_shader_compile(_);

Extension

Shader compilation and program linking may be performed in a separate CPU thread. This extension provides a mechanism for the application to provide a hint to limit the number of threads it wants to be used to compile shaders, as well as a query to determine if the compilation process is complete.

Methods

impl KHR_parallel_shader_compile[src]

Trait Implementations

impl AsRef<Reference> for KHR_parallel_shader_compile[src]

impl Clone for KHR_parallel_shader_compile[src]

impl Debug for KHR_parallel_shader_compile[src]

impl Extension for KHR_parallel_shader_compile[src]

impl From<KHR_parallel_shader_compile> for Reference[src]

impl InstanceOf for KHR_parallel_shader_compile[src]

impl JsSerialize for KHR_parallel_shader_compile[src]

impl JsSerializeOwned for KHR_parallel_shader_compile[src]

impl<'_r> JsSerializeOwned for &'_r KHR_parallel_shader_compile[src]

impl ReferenceType for KHR_parallel_shader_compile[src]

impl<'_r> TryFrom<&'_r Reference> for KHR_parallel_shader_compile[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl<'_r> TryFrom<&'_r Value> for KHR_parallel_shader_compile[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<KHR_parallel_shader_compile> for Reference[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for KHR_parallel_shader_compile[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Value> for KHR_parallel_shader_compile[src]

type Error = ConversionError

The type returned in the event of a conversion error.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.