VPP  0.8
A high-level modern C++ API for Vulkan
vpp::UnnormalizedSampler Class Reference

Texture sampler object (normalized). More...

#include <vppSampler.hpp>

Public Member Functions

 UnnormalizedSampler ()
 Constructs null reference.
 
 UnnormalizedSampler (const Device &hDevice)
 Constructs a sampler with default parameters on specified device.
 
 UnnormalizedSampler (const Device &hDevice, const SUnnormalizedSampler &samplerInfo)
 Constructs a sampler with provided parameters on specified device.
 
VkSampler handle () const
 Returns Vulkan handle of the sampler object.
 

Detailed Description

Texture sampler object (normalized).

This is the actual sampler object. It is constructed from SUnnormalizedSampler.

This object is reference-counted and may be passed by value.

The UnnormalizedSampler object can be used in the following places:


The documentation for this class was generated from the following file: