webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <NativeWindow11.h>
Public Member Functions | |
NativeWindow11 (EGLNativeWindowType window) | |
virtual HRESULT | createSwapChain (ID3D11Device *device, IDXGIFactory *factory, DXGI_FORMAT format, UINT width, UINT height, IDXGISwapChain **swapChain)=0 |
virtual void | commitChange ()=0 |
Public Member Functions inherited from rx::NativeWindowD3D | |
NativeWindowD3D (EGLNativeWindowType window) | |
virtual | ~NativeWindowD3D () |
virtual bool | initialize ()=0 |
virtual bool | getClientRect (LPRECT rect) const =0 |
virtual bool | isIconic () const =0 |
EGLNativeWindowType | getNativeWindow () const |
|
inline |
|
pure virtual |
Implemented in rx::NativeWindow11WinRT, and rx::NativeWindow11Win32.
|
pure virtual |
Implemented in rx::NativeWindow11WinRT, and rx::NativeWindow11Win32.