#[repr(C)]pub struct TexelBufferDescriptorInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub format: Format,
pub address_range: DeviceAddressRangeEXT,
}Expand description
VkTexelBufferDescriptorInfoEXT
Provided by VK_EXT_descriptor_heap.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_TEXEL_BUFFER_DESCRIPTOR_INFO_EXT.
p_next: *const c_voidOptional, may be null.
format: Format§address_range: DeviceAddressRangeEXTImplementations§
Source§impl TexelBufferDescriptorInfoEXT
impl TexelBufferDescriptorInfoEXT
Sourcepub fn builder<'a>() -> TexelBufferDescriptorInfoEXTBuilder<'a>
pub fn builder<'a>() -> TexelBufferDescriptorInfoEXTBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for TexelBufferDescriptorInfoEXT
impl Clone for TexelBufferDescriptorInfoEXT
Source§fn clone(&self) -> TexelBufferDescriptorInfoEXT
fn clone(&self) -> TexelBufferDescriptorInfoEXT
Returns a duplicate 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 Debug for TexelBufferDescriptorInfoEXT
impl Debug for TexelBufferDescriptorInfoEXT
impl Copy for TexelBufferDescriptorInfoEXT
Auto Trait Implementations§
impl Freeze for TexelBufferDescriptorInfoEXT
impl RefUnwindSafe for TexelBufferDescriptorInfoEXT
impl !Send for TexelBufferDescriptorInfoEXT
impl !Sync for TexelBufferDescriptorInfoEXT
impl Unpin for TexelBufferDescriptorInfoEXT
impl UnsafeUnpin for TexelBufferDescriptorInfoEXT
impl UnwindSafe for TexelBufferDescriptorInfoEXT
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