Lines Matching refs:bufferView
1737 …void vkDestroyBufferView( VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* p… in vkDestroyBufferView() argument
1739 return ::vkDestroyBufferView( device, bufferView, pAllocator); in vkDestroyBufferView()
3156 VULKAN_HPP_TYPESAFE_EXPLICIT BufferView( VkBufferView bufferView ) in BufferView() argument
3157 : m_bufferView( bufferView ) in BufferView()
3161 BufferView & operator=(VkBufferView bufferView) in operator =() argument
3163 m_bufferView = bufferView; in operator =()
40317 …void destroyBufferView( BufferView bufferView, const AllocationCallbacks* pAllocator, Dispatch con…
40320 …void destroyBufferView( BufferView bufferView, Optional<const AllocationCallbacks> allocator = nul…
40324 …void destroy( BufferView bufferView, const AllocationCallbacks* pAllocator, Dispatch const &d = Di…
40327 …void destroy( BufferView bufferView, Optional<const AllocationCallbacks> allocator = nullptr, Disp…
42181 …VULKAN_HPP_INLINE void Device::destroyBufferView( BufferView bufferView, const AllocationCallbacks… in destroyBufferView() argument
42183 …d.vkDestroyBufferView( m_device, static_cast<VkBufferView>( bufferView ), reinterpret_cast<const V… in destroyBufferView()
42187 …VULKAN_HPP_INLINE void Device::destroyBufferView( BufferView bufferView, Optional<const Allocation… in destroyBufferView() argument
42189 …d.vkDestroyBufferView( m_device, static_cast<VkBufferView>( bufferView ), reinterpret_cast<const V… in destroyBufferView()
42194 …VULKAN_HPP_INLINE void Device::destroy( BufferView bufferView, const AllocationCallbacks* pAllocat… in destroy() argument
42196 …d.vkDestroyBufferView( m_device, static_cast<VkBufferView>( bufferView ), reinterpret_cast<const V… in destroy()
42200 …VULKAN_HPP_INLINE void Device::destroy( BufferView bufferView, Optional<const AllocationCallbacks>… in destroy() argument
42202 …d.vkDestroyBufferView( m_device, static_cast<VkBufferView>( bufferView ), reinterpret_cast<const V… in destroy()