#[repr(C)]pub struct PhysicalDeviceTexelBufferAlignmentProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub storage_texel_buffer_offset_alignment_bytes: DeviceSize,
pub storage_texel_buffer_offset_single_texel_alignment: Bool32,
pub uniform_texel_buffer_offset_alignment_bytes: DeviceSize,
pub uniform_texel_buffer_offset_single_texel_alignment: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§storage_texel_buffer_offset_alignment_bytes: DeviceSize
§storage_texel_buffer_offset_single_texel_alignment: Bool32
§uniform_texel_buffer_offset_alignment_bytes: DeviceSize
§uniform_texel_buffer_offset_single_texel_alignment: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceTexelBufferAlignmentProperties
impl Clone for PhysicalDeviceTexelBufferAlignmentProperties
source§fn clone(&self) -> PhysicalDeviceTexelBufferAlignmentProperties
fn clone(&self) -> PhysicalDeviceTexelBufferAlignmentProperties
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 moresource§impl TaggedStructure for PhysicalDeviceTexelBufferAlignmentProperties
impl TaggedStructure for PhysicalDeviceTexelBufferAlignmentProperties
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES
impl Copy for PhysicalDeviceTexelBufferAlignmentProperties
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceTexelBufferAlignmentProperties
Auto Trait Implementations§
impl Freeze for PhysicalDeviceTexelBufferAlignmentProperties
impl RefUnwindSafe for PhysicalDeviceTexelBufferAlignmentProperties
impl !Send for PhysicalDeviceTexelBufferAlignmentProperties
impl !Sync for PhysicalDeviceTexelBufferAlignmentProperties
impl Unpin for PhysicalDeviceTexelBufferAlignmentProperties
impl UnwindSafe for PhysicalDeviceTexelBufferAlignmentProperties
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more