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