HDK
|
#include "RV_API.h"
#include <SYS/SYS_Types.h>
#include <SYS/SYS_Math.h>
#include <UT/UT_Assert.h>
#include <UT/UT_Swap.h>
#include <UT/UT_UniquePtr.h>
#include <limits>
#include <VE/VE_VK.h>
#include "RV_Instance.h"
#include "RV_Render.h"
#include "RV_Type.h"
#include "RV_TypePtrs.h"
Go to the source code of this file.
Classes | |
class | RV_VKImageCreateInfo |
class | RV_VKImageView |
RAII wrapper class for VkImageView. More... | |
class | RV_VKSampler |
class | RV_VKImage |
Macros | |
#define | RV_MAX_MIP_LEVEL (std::numeric_limits<int>::max()) |
#define RV_MAX_MIP_LEVEL (std::numeric_limits<int>::max()) |
Definition at line 38 of file RV_VKImage.h.