nvnflinger: use graphic buffer lifetime for map handle

This commit is contained in:
Liam
2023-10-29 16:37:11 -04:00
parent 911d2216be
commit 79e7d7f4ba
12 changed files with 71 additions and 37 deletions

View File

@@ -19,7 +19,7 @@ enum class Status : s32 {
Busy = -16,
NoInit = -19,
BadValue = -22,
InvalidOperation = -37,
InvalidOperation = -38,
BufferNeedsReallocation = 1,
ReleaseAllBuffers = 2,
};