[Vulkan] Cache clear: shared memory, scratch buffer

This commit is contained in:
Triang3l
2022-06-29 13:24:45 +03:00
parent d5815d9e6a
commit 7c2df55209
2 changed files with 28 additions and 8 deletions

View File

@@ -447,6 +447,8 @@ class VulkanCommandProcessor : public CommandProcessor {
void SplitPendingBarrier();
void DestroyScratchBuffer();
void UpdateDynamicState(const draw_util::ViewportInfo& viewport_info,
bool primitive_polygonal,
reg::RB_DEPTHCONTROL normalized_depth_control);