Struct vk_sys::BufferViewCreateInfo [] [src]

#[repr(C)]
pub struct BufferViewCreateInfo { pub sType: StructureType, pub pNext: *const c_void, pub flags: BufferViewCreateFlags, pub buffer: Buffer, pub format: Format, pub offset: DeviceSize, pub range: DeviceSize, }

Fields