WindowInfoSharedTextureEnabled Property  | 
Version 106.0.290 
            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: 106.0.290.0
Syntaxpublic bool SharedTextureEnabled { get; set; }public:
virtual property bool SharedTextureEnabled {
	bool get () sealed;
	void set (bool value) sealed;
}Property Value
Type: 
BooleanImplements
IWindowInfoSharedTextureEnabled
See Also