Struct vk_sys::LayerProperties [−][src]
#[repr(C)]pub struct LayerProperties { pub layerName: [c_char; 256], pub specVersion: u32, pub implementationVersion: u32, pub description: [c_char; 256], }
Fields
layerName: [c_char; 256]
specVersion: u32
implementationVersion: u32
description: [c_char; 256]