Lines Matching defs:DedicatedAllocationBufferCreateInfoNV
22324 struct DedicatedAllocationBufferCreateInfoNV struct
22326 using NativeType = VkDedicatedAllocationBufferCreateInfoNV;
22332 …VULKAN_HPP_CONSTEXPR DedicatedAllocationBufferCreateInfoNV( VULKAN_HPP_NAMESPACE::Bool32 dedicated… in DedicatedAllocationBufferCreateInfoNV() function
22341 …DedicatedAllocationBufferCreateInfoNV( VkDedicatedAllocationBufferCreateInfoNV const & rhs ) VULKA… in DedicatedAllocationBufferCreateInfoNV() function
22351 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DedicatedAllocationBufferCreateInfoNV const *>( &r… in operator =()
22356 …EXPR_14 DedicatedAllocationBufferCreateInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
22363 … setDedicatedAllocation( VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocation_ ) VULKAN_HPP_NOEXCEPT in setDedicatedAllocation()
22370 operator VkDedicatedAllocationBufferCreateInfoNV const &() const VULKAN_HPP_NOEXCEPT in operator VkDedicatedAllocationBufferCreateInfoNV const&()
22375 operator VkDedicatedAllocationBufferCreateInfoNV &() VULKAN_HPP_NOEXCEPT in operator VkDedicatedAllocationBufferCreateInfoNV&()
22386 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
22395 bool operator==( DedicatedAllocationBufferCreateInfoNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
22404 bool operator!=( DedicatedAllocationBufferCreateInfoNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
22411 …MESPACE::StructureType sType = StructureType::eDedicatedAllocationBufferCreateInfoNV;
22412 const void * pNext = {};
22413 VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocation = {};