Struct vks::VkPhysicalDeviceMultiviewFeaturesKHX [] [src]

#[repr(C)]
pub struct VkPhysicalDeviceMultiviewFeaturesKHX { pub sType: VkStructureType, pub pNext: *mut c_void, pub multiview: VkBool32, pub multiviewGeometryShader: VkBool32, pub multiviewTessellationShader: VkBool32, }

Fields

Trait Implementations

impl Debug for VkPhysicalDeviceMultiviewFeaturesKHX
[src]

Formats the value using the given formatter.

impl Copy for VkPhysicalDeviceMultiviewFeaturesKHX
[src]

impl Clone for VkPhysicalDeviceMultiviewFeaturesKHX
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDeviceMultiviewFeaturesKHX
[src]

Returns the "default value" for a type. Read more