ZeroCopyReturnValue: Add GetHandle()
This commit is contained in:
@@ -42,3 +42,7 @@ void ZeroCopyReturnValue::SetIndexed(bool input) {
|
||||
bool ZeroCopyReturnValue::IsIndexed() const {
|
||||
return indexed;
|
||||
}
|
||||
|
||||
uint32_t ZeroCopyReturnValue::GetHandle() const {
|
||||
return handle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user