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: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
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)
See Also