mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-05 23:02:58 +12:00
Fix bottom screen detection
This commit is contained in:
parent
0258640da9
commit
b3812548fe
1 changed files with 1 additions and 1 deletions
|
@ -682,7 +682,7 @@ void RendererVK::display() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Render bottom screen
|
// Render bottom screen
|
||||||
if (Texture* bottomScreen = findColorRenderTexture(bottomScreenAddr); bottomScreenAddr) {
|
if (Texture* bottomScreen = findColorRenderTexture(bottomScreenAddr); bottomScreen) {
|
||||||
descriptorUpdateBatch->addImageSampler(
|
descriptorUpdateBatch->addImageSampler(
|
||||||
bottomDisplayPipelineDescriptorSet[frameBufferingIndex], 0, bottomScreen->imageView.get(), samplerCache->getSampler(sampler2D())
|
bottomDisplayPipelineDescriptorSet[frameBufferingIndex], 0, bottomScreen->imageView.get(), samplerCache->getSampler(sampler2D())
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue