WindowInfoSharedTextureEnabled Property |
Version 130.1.90
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: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public bool SharedTextureEnabled { get; set; }
public:
virtual property bool SharedTextureEnabled {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
BooleanImplements
IWindowInfoSharedTextureEnabledSee Also