Click or drag to resize
Ab4d.SharpEngine logo

SharpEngineSceneViewAllowDirectTextureSharingForIntelGpu Property

When true (false by default), and when the driver for Intel GPU is reporting to support D3D11TextureKmt shared texture, then the Vulkan texture can be directly shared with WPF without using additional DirectX 11 texture. Even though driver reports that it supports D3D11TextureKmt shared texture, this may not work correctly. Because of this the default value is false.

Namespace: Ab4d.SharpEngine.Wpf
Assembly: Ab4d.SharpEngine.Wpf (in Ab4d.SharpEngine.Wpf.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public bool AllowDirectTextureSharingForIntelGpu { get; set; }

Property Value

Boolean

[Missing <value> documentation for "P:Ab4d.SharpEngine.Wpf.SharpEngineSceneView.AllowDirectTextureSharingForIntelGpu"]

Remarks

[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Wpf.SharpEngineSceneView.AllowDirectTextureSharingForIntelGpu"]

See Also