WindowInfoSharedTextureEnabled Property |
Version 118.6.80
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: 118.6.80.0
Syntax public bool SharedTextureEnabled { get; set; }
public:
virtual property bool SharedTextureEnabled {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanImplements
IWindowInfoSharedTextureEnabledSee Also