Struct ash::vk::BufferViewCreateInfo
source · #[repr(C)]pub struct BufferViewCreateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: BufferViewCreateFlags,
pub buffer: Buffer,
pub format: Format,
pub offset: DeviceSize,
pub range: DeviceSize,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§flags: BufferViewCreateFlags
§buffer: Buffer
§format: Format
§offset: DeviceSize
§range: DeviceSize
Implementations§
source§impl BufferViewCreateInfo
impl BufferViewCreateInfo
pub fn builder<'a>() -> BufferViewCreateInfoBuilder<'a>
Trait Implementations§
source§impl Clone for BufferViewCreateInfo
impl Clone for BufferViewCreateInfo
source§fn clone(&self) -> BufferViewCreateInfo
fn clone(&self) -> BufferViewCreateInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more