virtual bool BeginRenderPass(Vulkan::RenderTargetData* data = nullptr, bool shouldClear = true, Color clearColor = Color(0,0,0,255));
Begins a render pass.
|
Parameters |
Description |
|
Vulkan::RenderTargetData* data = nullptr |
_nt_ |
|
bool shouldClear = true |
_nt_ |
|
Color clearColor = Color(0,0,0,255) |
_nt_ |