 |
EngineCreateOptions Constructor |
Creates a new instance of EngineCreateOptions
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
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