HDK
|
#include <RV_VKPipelineLayout.h>
Public Member Functions | |
VkPipelineLayout | getVkLayout () const |
const RV_VKPipelineLayoutInfo & | getInfo () const |
RV_VKPipelineLayout (RV_Instance *inst, VkPipelineLayout pipe_layout, RV_VKPipelineLayoutInfo &&info) | |
RV_VKPipelineLayout (const RV_VKPipelineLayout &)=delete | |
RV_VKPipelineLayout & | operator= (const RV_VKPipelineLayout &)=delete |
~RV_VKPipelineLayout () | |
Protected Attributes | |
RV_Instance * | myInst = nullptr |
VkPipelineLayout | myVkPipelineLayout = VK_NULL_HANDLE |
UT_UniquePtr < RV_VKPipelineLayoutInfo > | myInfo |
Definition at line 115 of file RV_VKPipelineLayout.h.
RV_VKPipelineLayout::RV_VKPipelineLayout | ( | RV_Instance * | inst, |
VkPipelineLayout | pipe_layout, | ||
RV_VKPipelineLayoutInfo && | info | ||
) |
|
delete |
RV_VKPipelineLayout::~RV_VKPipelineLayout | ( | ) |
|
inline |
Definition at line 119 of file RV_VKPipelineLayout.h.
|
inline |
Definition at line 118 of file RV_VKPipelineLayout.h.
|
delete |
|
protected |
Definition at line 134 of file RV_VKPipelineLayout.h.
|
protected |
Definition at line 131 of file RV_VKPipelineLayout.h.
|
protected |
Definition at line 132 of file RV_VKPipelineLayout.h.