Struct wgpu_core::validation::EntryPoint
source · struct EntryPoint {
inputs: Vec<Varying>,
outputs: Vec<Varying>,
resources: Vec<Handle<Resource>>,
spec_constants: Vec<SpecializationConstant>,
sampling_pairs: HashSet<(Handle<Resource>, Handle<Resource>), BuildHasherDefault<FxHasher>>,
workgroup_size: [u32; 3],
dual_source_blending: bool,
}
Fields§
§inputs: Vec<Varying>
§outputs: Vec<Varying>
§resources: Vec<Handle<Resource>>
§spec_constants: Vec<SpecializationConstant>
§sampling_pairs: HashSet<(Handle<Resource>, Handle<Resource>), BuildHasherDefault<FxHasher>>
§workgroup_size: [u32; 3]
§dual_source_blending: bool
Trait Implementations§
source§impl Debug for EntryPoint
impl Debug for EntryPoint
source§impl Default for EntryPoint
impl Default for EntryPoint
source§fn default() -> EntryPoint
fn default() -> EntryPoint
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EntryPoint
impl RefUnwindSafe for EntryPoint
impl Send for EntryPoint
impl Sync for EntryPoint
impl Unpin for EntryPoint
impl UnwindSafe for EntryPoint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more