mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 15:10:10 +01:00
tools/trace: Return dummy fence object to silence warnings.
This commit is contained in:
parent
0fd71ac9eb
commit
acc6a141b8
1 changed files with 2 additions and 1 deletions
|
|
@ -523,7 +523,8 @@ class Context(Dispatcher):
|
|||
resource.data[box.x : box.x + box.width] = data
|
||||
|
||||
def flush(self, flags):
|
||||
pass
|
||||
# Return a fake fence
|
||||
return self.interpreter.call_no
|
||||
|
||||
def clear(self, buffers, color, depth, stencil):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue