Add lightmap stats to stat gpu
This commit is contained in:
parent
3213175e06
commit
9715f28917
4 changed files with 29 additions and 9 deletions
|
|
@ -43,12 +43,12 @@ VkPPRenderState::VkPPRenderState(VulkanRenderDevice* fb) : fb(fb)
|
|||
|
||||
void VkPPRenderState::PushGroup(const FString &name)
|
||||
{
|
||||
fb->GetCommands()->PushGroup(name);
|
||||
fb->GetCommands()->PushGroup(fb->GetCommands()->GetDrawCommands(), name);
|
||||
}
|
||||
|
||||
void VkPPRenderState::PopGroup()
|
||||
{
|
||||
fb->GetCommands()->PopGroup();
|
||||
fb->GetCommands()->PopGroup(fb->GetCommands()->GetDrawCommands());
|
||||
}
|
||||
|
||||
void VkPPRenderState::Draw()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue