![]() |
VPP
0.8
A high-level modern C++ API for Vulkan
|
Texture sampler object (normalized). More...
#include <vppSampler.hpp>
Public Member Functions | |
NormalizedSampler () | |
Constructs null reference. | |
NormalizedSampler (const Device &hDevice) | |
Constructs a sampler with default parameters on specified device. | |
NormalizedSampler (const Device &hDevice, const SNormalizedSampler &samplerInfo) | |
Constructs a sampler with provided parameters on specified device. | |
VkSampler | handle () const |
Returns Vulkan handle of the sampler object. | |
Texture sampler object (normalized).
This is the actual sampler object. It is constructed from SNormalizedSampler.
This object is reference-counted and may be passed by value.
The NormalizedSampler object can be used in the following places: