Struct wgpu_hal::gles::command::State

source ·
pub(super) struct State {
Show 23 fields topology: u32, primitive: PrimitiveState, index_format: IndexFormat, index_offset: BufferAddress, vertex_buffers: [(VertexBufferDesc, Option<BufferBinding>); 16], vertex_attributes: ArrayVec<AttributeDesc, { super::MAX_VERTEX_ATTRIBUTES }>, color_targets: ArrayVec<ColorTargetDesc, { crate::MAX_COLOR_ATTACHMENTS }>, stencil: StencilState, depth_bias: DepthBiasState, alpha_to_coverage_enabled: bool, samplers: [Option<Sampler>; 16], texture_slots: [TextureSlotDesc; 16], render_size: Extent3d, resolve_attachments: ArrayVec<(u32, TextureView), { crate::MAX_COLOR_ATTACHMENTS }>, invalidate_attachments: ArrayVec<u32, { _ }>, has_pass_label: bool, instance_vbuf_mask: usize, dirty_vbuf_mask: usize, active_first_instance: u32, first_instance_location: Option<UniformLocation>, push_constant_descs: ArrayVec<PushConstantDesc, { super::MAX_PUSH_CONSTANT_COMMANDS }>, current_push_constant_data: [u32; 64], end_of_pass_timestamp: Option<Query>,
}

Fields§

§topology: u32§primitive: PrimitiveState§index_format: IndexFormat§index_offset: BufferAddress§vertex_buffers: [(VertexBufferDesc, Option<BufferBinding>); 16]§vertex_attributes: ArrayVec<AttributeDesc, { super::MAX_VERTEX_ATTRIBUTES }>§color_targets: ArrayVec<ColorTargetDesc, { crate::MAX_COLOR_ATTACHMENTS }>§stencil: StencilState§depth_bias: DepthBiasState§alpha_to_coverage_enabled: bool§samplers: [Option<Sampler>; 16]§texture_slots: [TextureSlotDesc; 16]§render_size: Extent3d§resolve_attachments: ArrayVec<(u32, TextureView), { crate::MAX_COLOR_ATTACHMENTS }>§invalidate_attachments: ArrayVec<u32, { _ }>§has_pass_label: bool§instance_vbuf_mask: usize§dirty_vbuf_mask: usize§active_first_instance: u32§first_instance_location: Option<UniformLocation>§push_constant_descs: ArrayVec<PushConstantDesc, { super::MAX_PUSH_CONSTANT_COMMANDS }>§current_push_constant_data: [u32; 64]§end_of_pass_timestamp: Option<Query>

Trait Implementations§

source§

impl Default for State

source§

fn default() -> Self

Returns the “default value” for a type. Read more

Auto Trait Implementations§

§

impl Freeze for State

§

impl RefUnwindSafe for State

§

impl Send for State

§

impl Sync for State

§

impl Unpin for State

§

impl UnwindSafe for State

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> Downcast<T> for T

source§

fn downcast(&self) -> &T

source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> Upcast<T> for T

source§

fn upcast(&self) -> Option<&T>

source§

impl<T> WasmNotSend for T
where T: Send,

source§

impl<T> WasmNotSendSync for T

source§

impl<T> WasmNotSync for T
where T: Sync,