 |
EngineCreateOptions Constructor |
Creates a new instance of EngineCreateOptions
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic EngineCreateOptions(
string? applicationName = null,
Version? applicationVersion = null,
bool enableStandardValidation = false
)
Parameters
- applicationName String (Optional)
- optional name of the application (if not set, then name of the entry assembly is used)
- applicationVersion Version (Optional)
- optional version of the application (if not set, then version of the entry assembly is used)
- enableStandardValidation Boolean (Optional)
- true to enable standard Vulkan validation, false by default (see EnableStandardValidation)
See Also