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: 4.0.9584+1b7ee6bb29044dc79cb258fb9be4150ffbca20f3
Syntax
C#
public bool AllowDirectTextureSharingForIntelGpu { get; set; }

Property Value

Boolean
See Also