vk: Remove render pass stub call

This isn't really a stub.
This commit is contained in:
Kristian Høgsberg
2015-05-20 16:42:11 -07:00
parent a29df71dd2
commit f9e66ea621

View File

@@ -3223,8 +3223,6 @@ void anv_CmdEndRenderPass(
.VFCacheInvalidationEnable = true, .VFCacheInvalidationEnable = true,
.TextureCacheInvalidationEnable = true, .TextureCacheInvalidationEnable = true,
.CommandStreamerStallEnable = true); .CommandStreamerStallEnable = true);
stub();
} }
void vkCmdDbgMarkerBegin( void vkCmdDbgMarkerBegin(