Home | History | Annotate | Download | only in vulkan

Lines Matching defs:VkBufferViewCreateInfo

6208     BufferViewCreateInfo( VkBufferViewCreateInfo const & rhs )
6213 BufferViewCreateInfo& operator=( VkBufferViewCreateInfo const & rhs )
6261 operator const VkBufferViewCreateInfo&() const
6263 return *reinterpret_cast<const VkBufferViewCreateInfo*>(this);
6293 static_assert( sizeof( BufferViewCreateInfo ) == sizeof( VkBufferViewCreateInfo ), "struct and wrapper have different size!" );
16470 return static_cast<Result>( vkCreateBufferView( m_device, reinterpret_cast<const VkBufferViewCreateInfo*>( pCreateInfo ), reinterpret_cast<const VkAllocationCallbacks*>( pAllocator ), reinterpret_cast<VkBufferView*>( pView ) ) );
16477 Result result = static_cast<Result>( vkCreateBufferView( m_device, reinterpret_cast<const VkBufferViewCreateInfo*>( &createInfo ), reinterpret_cast<const VkAllocationCallbacks*>( static_cast<const AllocationCallbacks*>( allocator)), reinterpret_cast<VkBufferView*>( &view ) ) );