#define CE_EXPLICIT_FALSE
Definition Macros.hpp:416
GPUDevice & device
The owning device this object was created from.
Definition Common.hpp:55
Definition GPUSampler.hpp:175
const Descriptor & descriptor
A structure that describes the object and it's properties.
Definition Common.hpp:69
Definition VKDevice.hpp:79
Definition VKCommon.hpp:143
Definition VKSampler.hpp:18
VKSampler(VKDevice &device, const GPUSamplerDescriptor &descriptor)
const GPUSamplerDescriptor descriptorVK
A structure that describes the sampler and it's properties.
Definition VKSampler.hpp:21
VKObjectAllocator Allocator
An allocator type used to allocate new VKSampler instances from a memory pool.
Definition VKSampler.hpp:35
VkSampler mSampler
The Vulkan sampler object.
Definition VKSampler.hpp:24
static Allocator & getAllocator() noexcept
Returns the allocator for VKSampler.
void destroy() noexcept final
Definition Application.hpp:19
ThreadSafeAllocator< MemoryPool< NodePool, AllocatorReference< VKAllocator > > > VKObjectAllocator
A pool allocator to be used for individual object pools.
Definition VKCommon.hpp:59
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25
Image sampler descriptor structure.
Definition GPUSampler.hpp:61