HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RV_VKSampler Class Reference

#include <RV_VKImage.h>

Public Member Functions

VkSampler getVkSampler ()
 Access the vulkan resource for the sampler. More...
 
 RV_VKSampler ()
 
 RV_VKSampler (RV_Instance *inst, VkSampler vk_sampler)
 
 RV_VKSampler (const RV_VKSampler &)=delete
 
RV_VKSampleroperator= (RV_VKSampler &)=delete
 
 RV_VKSampler (RV_VKSampler &&other) noexcept
 
RV_VKSampleroperator= (RV_VKSampler &&other) noexcept=delete
 
 ~RV_VKSampler ()
 

Detailed Description

Definition at line 286 of file RV_VKImage.h.

Constructor & Destructor Documentation

RV_VKSampler::RV_VKSampler ( )
inline

Definition at line 293 of file RV_VKImage.h.

RV_VKSampler::RV_VKSampler ( RV_Instance inst,
VkSampler  vk_sampler 
)
inline

Definition at line 296 of file RV_VKImage.h.

RV_VKSampler::RV_VKSampler ( const RV_VKSampler )
delete
RV_VKSampler::RV_VKSampler ( RV_VKSampler &&  other)
inlinenoexcept

Definition at line 305 of file RV_VKImage.h.

RV_VKSampler::~RV_VKSampler ( )
inline

Definition at line 313 of file RV_VKImage.h.

Member Function Documentation

VkSampler RV_VKSampler::getVkSampler ( )
inline

Access the vulkan resource for the sampler.

Definition at line 290 of file RV_VKImage.h.

RV_VKSampler& RV_VKSampler::operator= ( RV_VKSampler )
delete
RV_VKSampler& RV_VKSampler::operator= ( RV_VKSampler &&  other)
deletenoexcept

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