• Home
  • Raw
  • Download

Lines Matching refs:bufferView

1320 …void vkDestroyBufferView( VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* p…  in vkDestroyBufferView()  argument
1322 return ::vkDestroyBufferView( device, bufferView, pAllocator ); in vkDestroyBufferView()
12430 VULKAN_HPP_TYPESAFE_EXPLICIT BufferView( VkBufferView bufferView ) in BufferView() argument
12431 : m_bufferView( bufferView ) in BufferView()
12435 BufferView & operator=(VkBufferView bufferView) in operator =() argument
12437 m_bufferView = bufferView; in operator =()
14005 …void destroyBufferView( BufferView bufferView, const AllocationCallbacks* pAllocator, Dispatch con…
14008 …void destroyBufferView( BufferView bufferView, Optional<const AllocationCallbacks> allocator = nul…
14012 …void destroy( BufferView bufferView, const AllocationCallbacks* pAllocator, Dispatch const &d = Di…
14015 …void destroy( BufferView bufferView, Optional<const AllocationCallbacks> allocator = nullptr, Disp…
49669 …VULKAN_HPP_INLINE void Device::destroyBufferView( BufferView bufferView, const AllocationCallbacks… in destroyBufferView() argument
49671 …d.vkDestroyBufferView( m_device, static_cast<VkBufferView>( bufferView ), reinterpret_cast<const V… in destroyBufferView()
49675 …VULKAN_HPP_INLINE void Device::destroyBufferView( BufferView bufferView, Optional<const Allocation… in destroyBufferView() argument
49677 …d.vkDestroyBufferView( m_device, static_cast<VkBufferView>( bufferView ), reinterpret_cast<const V… in destroyBufferView()
49682 …VULKAN_HPP_INLINE void Device::destroy( BufferView bufferView, const AllocationCallbacks* pAllocat… in destroy() argument
49684 …d.vkDestroyBufferView( m_device, static_cast<VkBufferView>( bufferView ), reinterpret_cast<const V… in destroy()
49688 …VULKAN_HPP_INLINE void Device::destroy( BufferView bufferView, Optional<const AllocationCallbacks>… in destroy() argument
49690 …d.vkDestroyBufferView( m_device, static_cast<VkBufferView>( bufferView ), reinterpret_cast<const V… in destroy()