struct
ApplicationIdentifierDescribes the application and engine, allowing the Vulkan driver to use this information for identification purposes.
Constructors, destructors, conversion operators
- ApplicationIdentifier(const char* applicationName = nullptr, Version applicationVersion = {}, const char* engineName = nullptr, Version engineVersion = {})
Function documentation
tp:: ApplicationIdentifier:: ApplicationIdentifier(const char* applicationName = nullptr,
Version applicationVersion = {},
const char* engineName = nullptr,
Version engineVersion = {})
Parameters | |
---|---|
applicationName | The name of the application. |
applicationVersion | The version of the application. |
engineName | The name of the application's engine that interfaces with Tephra. |
engineVersion | The version of the engine. |