OpenGL: Guarantee writes to Buffers.
This commit is contained in:
parent
1fb516cd97
commit
131b342130
3 changed files with 2 additions and 4 deletions
|
@ -494,8 +494,6 @@ void RasterizerVulkan::DispatchCompute(GPUVAddr code_addr) {
|
|||
descriptor_set, {});
|
||||
cmdbuf.Dispatch(grid_x, grid_y, grid_z);
|
||||
});
|
||||
|
||||
system.GPU().TickWork();
|
||||
}
|
||||
|
||||
void RasterizerVulkan::ResetCounter(VideoCore::QueryType type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue