tp::Sampler class

Sampler objects are used to apply filtering and other transformations to image data when accessed from shaders.

Constructors, destructors, conversion operators

Sampler()
Creates a null sampler.

Public functions

auto isNull() const -> bool
Returns true if the sampler is null and not valid for use.
auto vkGetSamplerHandle() const -> VkSamplerHandle
Returns the Vulkan VkSampler handle.