|
EngineCreateOptions Constructor |
Creates a new instance of EngineCreateOptions
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public 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