Home | History | Annotate | Download | only in vulkan

Lines Matching defs:destroySampler

27335     void destroySampler( Sampler sampler, const AllocationCallbacks* pAllocator ) const;
27337 void destroySampler( Sampler sampler, Optional<const AllocationCallbacks> allocator = nullptr ) const;
28275 m_device.destroySampler( sampler, m_allocator );
29240 VULKAN_HPP_INLINE void Device::destroySampler( Sampler sampler, const AllocationCallbacks* pAllocator ) const
29245 VULKAN_HPP_INLINE void Device::destroySampler( Sampler sampler, Optional<const AllocationCallbacks> allocator ) const