mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
vk: Remove render pass stub call
This isn't really a stub.
This commit is contained in:
parent
a29df71dd2
commit
f9e66ea621
1 changed files with 0 additions and 2 deletions
|
|
@ -3223,8 +3223,6 @@ void anv_CmdEndRenderPass(
|
||||||
.VFCacheInvalidationEnable = true,
|
.VFCacheInvalidationEnable = true,
|
||||||
.TextureCacheInvalidationEnable = true,
|
.TextureCacheInvalidationEnable = true,
|
||||||
.CommandStreamerStallEnable = true);
|
.CommandStreamerStallEnable = true);
|
||||||
|
|
||||||
stub();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void vkCmdDbgMarkerBegin(
|
void vkCmdDbgMarkerBegin(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue