Click or drag to resize
Ab4d.SharpEngine logo

EngineCreateOptions Constructor

Creates a new instance of EngineCreateOptions

Namespace: Ab4d.SharpEngine.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
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)
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Common.EngineCreateOptions.#ctor(System.String,System.Version,System.Boolean)"]

See Also