Hook up some more PBR stuff
This commit is contained in:
parent
5ac0b1b84c
commit
c0bbe3a43a
11 changed files with 333 additions and 54 deletions
|
|
@ -378,8 +378,8 @@ void VkLightmapper::CopyResult()
|
|||
if (pixels == 0)
|
||||
return;
|
||||
|
||||
VkTextureImage* destTexture = &fb->GetTextureManager()->Lightmap;
|
||||
int destSize = fb->GetTextureManager()->LMTextureSize;
|
||||
VkTextureImage* destTexture = &fb->GetTextureManager()->Lightmap.Image;
|
||||
int destSize = fb->GetTextureManager()->Lightmap.Size;
|
||||
|
||||
auto cmdbuffer = fb->GetCommands()->GetTransferCommands();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue