isOwnerOfContext property

  1. @UnsignedChar()
int isOwnerOfContext
getter/setter pair

When set to true, uninitializing the device will also uninitialize the context. Set to true when NULL is passed into ma_device_init().

Implementation

@ma_bool8()
external int isOwnerOfContext;