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