ash::vk

Type Alias PhysicalDeviceInlineUniformBlockPropertiesEXT

Source
pub type PhysicalDeviceInlineUniformBlockPropertiesEXT<'a> = PhysicalDeviceInlineUniformBlockProperties<'a>;

Aliased Type§

struct PhysicalDeviceInlineUniformBlockPropertiesEXT<'a> {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub max_inline_uniform_block_size: u32,
    pub max_per_stage_descriptor_inline_uniform_blocks: u32,
    pub max_per_stage_descriptor_update_after_bind_inline_uniform_blocks: u32,
    pub max_descriptor_set_inline_uniform_blocks: u32,
    pub max_descriptor_set_update_after_bind_inline_uniform_blocks: u32,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *mut c_void§max_inline_uniform_block_size: u32§max_per_stage_descriptor_inline_uniform_blocks: u32§max_per_stage_descriptor_update_after_bind_inline_uniform_blocks: u32§max_descriptor_set_inline_uniform_blocks: u32§max_descriptor_set_update_after_bind_inline_uniform_blocks: u32§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> PhysicalDeviceInlineUniformBlockProperties<'a>

Source

pub fn max_inline_uniform_block_size( self, max_inline_uniform_block_size: u32, ) -> Self

Source

pub fn max_per_stage_descriptor_inline_uniform_blocks( self, max_per_stage_descriptor_inline_uniform_blocks: u32, ) -> Self

Source

pub fn max_per_stage_descriptor_update_after_bind_inline_uniform_blocks( self, max_per_stage_descriptor_update_after_bind_inline_uniform_blocks: u32, ) -> Self

Source

pub fn max_descriptor_set_inline_uniform_blocks( self, max_descriptor_set_inline_uniform_blocks: u32, ) -> Self

Source

pub fn max_descriptor_set_update_after_bind_inline_uniform_blocks( self, max_descriptor_set_update_after_bind_inline_uniform_blocks: u32, ) -> Self

Trait Implementations

Source§

impl<'a> Clone for PhysicalDeviceInlineUniformBlockProperties<'a>

Source§

fn clone(&self) -> PhysicalDeviceInlineUniformBlockProperties<'a>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<'a> Debug for PhysicalDeviceInlineUniformBlockProperties<'a>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for PhysicalDeviceInlineUniformBlockProperties<'_>

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl<'a> TaggedStructure for PhysicalDeviceInlineUniformBlockProperties<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES

Source§

impl<'a> Copy for PhysicalDeviceInlineUniformBlockProperties<'a>

Source§

impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceInlineUniformBlockProperties<'_>

Source§

impl Send for PhysicalDeviceInlineUniformBlockProperties<'_>

Source§

impl Sync for PhysicalDeviceInlineUniformBlockProperties<'_>