 |
EngineCreateOptions Constructor |
Creates a new instance of EngineCreateOptions
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
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)
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Common.EngineCreateOptions.#ctor(System.String,System.Version,System.Boolean)"]
See Also