Struct openvr_sys::VRVulkanTextureData_t [] [src]

#[repr(C)]
pub struct VRVulkanTextureData_t { pub m_nImage: u64, pub m_pDevice: *mut VkDevice_T, pub m_pPhysicalDevice: *mut VkPhysicalDevice_T, pub m_pInstance: *mut VkInstance_T, pub m_pQueue: *mut VkQueue_T, pub m_nQueueFamilyIndex: u32, pub m_nWidth: u32, pub m_nHeight: u32, pub m_nFormat: u32, pub m_nSampleCount: u32, }

Fields

Trait Implementations

impl Debug for VRVulkanTextureData_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for VRVulkanTextureData_t
[src]

impl Clone for VRVulkanTextureData_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more