diff options
Diffstat (limited to 'gpu/command_buffer/common/mailbox.h')
-rw-r--r-- | gpu/command_buffer/common/mailbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/command_buffer/common/mailbox.h b/gpu/command_buffer/common/mailbox.h index ca24a71..d0e4c2c 100644 --- a/gpu/command_buffer/common/mailbox.h +++ b/gpu/command_buffer/common/mailbox.h @@ -13,6 +13,7 @@ namespace gpu { struct GPU_EXPORT Mailbox { Mailbox(); bool IsZero() const; + void SetZero(); void SetName(const int8* name); int8 name[64]; }; |