|
| RV_DynamicFramebuffer (int w, int h, int samples=1, const UT_StringRef &name=UT_StringRef()) |
|
| ~RV_DynamicFramebuffer () override |
|
| RV_DynamicFramebuffer (const RV_DynamicFramebuffer &)=delete |
|
bool | fillPipelineInfo (RV_RenderPassFormatInfo &info) override |
|
bool | beginRendering (RV_Instance *inst, RV_VKCommandBuffer *cb, RV_ImageOp img_op=RV_IMAGE_LOAD, RV_RenderPassType type=RV_PASS_WHOLE) override |
|
void | endRendering (RV_Instance *inst, RV_VKCommandBuffer *cb) override |
|
| RV_Framebuffer (int w, int h, int samples=1, const UT_StringRef &name=UT_StringRef()) |
|
virtual | ~RV_Framebuffer () |
|
UT_DimRect | getRenderRegion () const |
|
int | getMaxLayers () const |
|
void | setSize (int w, int h) |
|
int | getWidth () |
|
int | getHeight () |
|
void | setSampleCount (int samples) |
|
int | getSampleCount () |
|
void | setClearColor (UT_Vector4F c) |
|
UT_Vector4F | getClearColor () const |
|
void | setClearInt (UT_Vector4i i) |
|
UT_Vector4i | getClearInt () const |
|
void | setClearDepth (fpreal32 d) |
|
fpreal32 | getClearDepth () const |
|
void | getColorImages (UT_Array< const RV_VKImage * > &out_list) |
|
RV_VKImage * | getDepthImage () |
|
void | setMultiview (bool enable) |
|
bool | getMultiview () const |
|
void | setReadOnlyDepth (bool enable) |
|
bool | getReadOnlyDepth () const |
|
bool | attachImage (RV_Render *r, RV_VKImage *img, RV_AttachmentType buffer_type, int buffer_target=0, int level=0, int layer=0) |
|
RV_VKImagePtr | createImage (RV_Render *r, RV_GPUType type, int vec_size, RV_AttachmentType attach_type, int buffer_target=0) |
|
void | detachColorImage (RV_Render *r, int buffer_target=0) |
|
void | detachDepthImage (RV_Render *r) |
|
const UT_StringHolder & | name () const |
|
Definition at line 193 of file RV_VKFramebuffer.h.