Struct vks::VkDeviceCreateInfo [] [src]

#[repr(C)]
pub struct VkDeviceCreateInfo { pub sType: VkStructureType, pub pNext: *const c_void, pub flags: VkDeviceCreateFlags, pub queueCreateInfoCount: u32, pub pQueueCreateInfos: *const VkDeviceQueueCreateInfo, pub enabledLayerCount: u32, pub ppEnabledLayerNames: *const *const c_char, pub enabledExtensionCount: u32, pub ppEnabledExtensionNames: *const *const c_char, pub pEnabledFeatures: *const VkPhysicalDeviceFeatures, }

Fields

Trait Implementations

impl Debug for VkDeviceCreateInfo
[src]

Formats the value using the given formatter.

impl Copy for VkDeviceCreateInfo
[src]

impl Clone for VkDeviceCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkDeviceCreateInfo
[src]

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