#[repr(C)]pub struct PhysicalDeviceShaderObjectPropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shader_binary_uuid: [u8; 16],
pub shader_binary_version: u32,
}Expand description
VkPhysicalDeviceShaderObjectPropertiesEXT
Provided by VK_EXT_shader_object.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_OBJECT_PROPERTIES_EXT.
p_next: *mut c_voidOptional, may be null.
shader_binary_uuid: [u8; 16]§shader_binary_version: u32Implementations§
Source§impl PhysicalDeviceShaderObjectPropertiesEXT
impl PhysicalDeviceShaderObjectPropertiesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceShaderObjectPropertiesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceShaderObjectPropertiesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceShaderObjectPropertiesEXT
impl Clone for PhysicalDeviceShaderObjectPropertiesEXT
Source§fn clone(&self) -> PhysicalDeviceShaderObjectPropertiesEXT
fn clone(&self) -> PhysicalDeviceShaderObjectPropertiesEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PhysicalDeviceShaderObjectPropertiesEXT
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceShaderObjectPropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceShaderObjectPropertiesEXT
impl RefUnwindSafe for PhysicalDeviceShaderObjectPropertiesEXT
impl !Send for PhysicalDeviceShaderObjectPropertiesEXT
impl !Sync for PhysicalDeviceShaderObjectPropertiesEXT
impl Unpin for PhysicalDeviceShaderObjectPropertiesEXT
impl UnsafeUnpin for PhysicalDeviceShaderObjectPropertiesEXT
impl UnwindSafe for PhysicalDeviceShaderObjectPropertiesEXT
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