Struct vulkan_rs::VkDeviceGeneratedCommandsFeaturesNVX [] [src]

#[repr(C)]
pub struct VkDeviceGeneratedCommandsFeaturesNVX { pub sType: VkStructureType, pub pNext: *const c_void, pub computeBindingPointSupport: VkBool32, }

Structure specifying physical device support

Fields

the type of this structure

NULL or a pointer to an extension-specific structure

Trait Implementations

impl Default for VkDeviceGeneratedCommandsFeaturesNVX
[src]

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