IWindowInfoSharedTextureEnabled Property |
Version 99.2.120
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: 99.2.120.0 (99.2.120.0)
Syntaxbool SharedTextureEnabled { get; set; }
property bool SharedTextureEnabled {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also