VPP  0.7
A high-level modern C++ API for Vulkan
Public Member Functions | List of all members
vpp::NormalizedSampler Class Reference

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.
 

Detailed Description

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:


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