Click or drag to resize

WindowInfoSharedTextureEnabled Property

Version 91.1.160
Set to true to enable shared textures for windowless rendering. Only valid if WindowlessRenderingEnabled is also set to true. Currently only supported on Windows (D3D11). This feature is experimental and has many bugs at the moment.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 91.1.160.0
Syntax
public bool SharedTextureEnabled { get; set; }

Property Value

Type: Boolean

Implements

IWindowInfoSharedTextureEnabled
See Also