Defines data type which is used as platform-dependent handle. Depending on a platform and object type can be safely cast to corresponding platform handle type using reinterpret_cast operator.
using PlatformHandle = void*;
Namespace: | nitisa |
Include: | Nitisa/Core/Aliases.h |