- implemented VkPostprocess::GetInput
This commit is contained in:
parent
9d061cbef6
commit
a857bec846
3 changed files with 111 additions and 80 deletions
|
|
@ -568,6 +568,7 @@ void VulkanFrameBuffer::BeginFrame()
|
|||
{
|
||||
mScreenBuffers->BeginFrame(screen->mScreenViewport.width, screen->mScreenViewport.height, screen->mSceneViewport.width, screen->mSceneViewport.height);
|
||||
mSaveBuffers->BeginFrame(SAVEPICWIDTH, SAVEPICHEIGHT, SAVEPICWIDTH, SAVEPICHEIGHT);
|
||||
mPostprocess->BeginFrame();
|
||||
}
|
||||
|
||||
void VulkanFrameBuffer::Draw2D()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue