IWindowInfoSharedTextureEnabled Property |
Version 101.0.180
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 (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax bool SharedTextureEnabled { get; set; }
property bool SharedTextureEnabled {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also