#[repr(C)]pub struct PhysicalDeviceComputeShaderDerivativesPropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub mesh_and_task_shader_derivatives: u32,
}Expand description
VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR
Provided by VK_KHR_compute_shader_derivatives.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COMPUTE_SHADER_DERIVATIVES_PROPERTIES_KHR.
p_next: *mut c_voidOptional, may be null.
mesh_and_task_shader_derivatives: u32Implementations§
Source§impl PhysicalDeviceComputeShaderDerivativesPropertiesKHR
impl PhysicalDeviceComputeShaderDerivativesPropertiesKHR
Sourcepub fn builder<'a>() -> PhysicalDeviceComputeShaderDerivativesPropertiesKHRBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceComputeShaderDerivativesPropertiesKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceComputeShaderDerivativesPropertiesKHR
impl Clone for PhysicalDeviceComputeShaderDerivativesPropertiesKHR
Source§fn clone(&self) -> PhysicalDeviceComputeShaderDerivativesPropertiesKHR
fn clone(&self) -> PhysicalDeviceComputeShaderDerivativesPropertiesKHR
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 PhysicalDeviceComputeShaderDerivativesPropertiesKHR
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceComputeShaderDerivativesPropertiesKHR
Auto Trait Implementations§
impl Freeze for PhysicalDeviceComputeShaderDerivativesPropertiesKHR
impl RefUnwindSafe for PhysicalDeviceComputeShaderDerivativesPropertiesKHR
impl !Send for PhysicalDeviceComputeShaderDerivativesPropertiesKHR
impl !Sync for PhysicalDeviceComputeShaderDerivativesPropertiesKHR
impl Unpin for PhysicalDeviceComputeShaderDerivativesPropertiesKHR
impl UnsafeUnpin for PhysicalDeviceComputeShaderDerivativesPropertiesKHR
impl UnwindSafe for PhysicalDeviceComputeShaderDerivativesPropertiesKHR
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