Struct wgpu_hal::vulkan::device::CompiledStage
source · struct CompiledStage {
create_info: PipelineShaderStageCreateInfo<'static>,
_entry_point: CString,
temp_raw_module: Option<ShaderModule>,
}
Fields§
§create_info: PipelineShaderStageCreateInfo<'static>
§_entry_point: CString
§temp_raw_module: Option<ShaderModule>
Auto Trait Implementations§
impl Freeze for CompiledStage
impl RefUnwindSafe for CompiledStage
impl Send for CompiledStage
impl Sync for CompiledStage
impl Unpin for CompiledStage
impl UnwindSafe for CompiledStage
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