webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
rx::NativeWindow11WinRT Class Reference

#include <NativeWindow11WinRT.h>

Inheritance diagram for rx::NativeWindow11WinRT:
rx::NativeWindow11 rx::NativeWindowD3D angle::NonCopyable

Public Member Functions

 NativeWindow11WinRT (EGLNativeWindowType window, bool hasAlpha)
 
bool initialize () override
 
bool getClientRect (LPRECT rect) const override
 
bool isIconic () const override
 
HRESULT createSwapChain (ID3D11Device *device, IDXGIFactory *factory, DXGI_FORMAT format, UINT width, UINT height, IDXGISwapChain **swapChain) override
 
void commitChange () override
 
- Public Member Functions inherited from rx::NativeWindow11
 NativeWindow11 (EGLNativeWindowType window)
 
- Public Member Functions inherited from rx::NativeWindowD3D
 NativeWindowD3D (EGLNativeWindowType window)
 
virtual ~NativeWindowD3D ()
 
EGLNativeWindowType getNativeWindow () const
 

Static Public Member Functions

static bool IsValidNativeWindow (EGLNativeWindowType window)
 

Constructor & Destructor Documentation

◆ NativeWindow11WinRT()

rx::NativeWindow11WinRT::NativeWindow11WinRT ( EGLNativeWindowType  window,
bool  hasAlpha 
)

Member Function Documentation

◆ commitChange()

void rx::NativeWindow11WinRT::commitChange ( )
overridevirtual

Implements rx::NativeWindow11.

◆ createSwapChain()

HRESULT rx::NativeWindow11WinRT::createSwapChain ( ID3D11Device *  device,
IDXGIFactory *  factory,
DXGI_FORMAT  format,
UINT  width,
UINT  height,
IDXGISwapChain **  swapChain 
)
overridevirtual

Implements rx::NativeWindow11.

◆ getClientRect()

bool rx::NativeWindow11WinRT::getClientRect ( LPRECT  rect) const
overridevirtual

Implements rx::NativeWindowD3D.

◆ initialize()

bool rx::NativeWindow11WinRT::initialize ( )
overridevirtual

Implements rx::NativeWindowD3D.

◆ isIconic()

bool rx::NativeWindow11WinRT::isIconic ( ) const
overridevirtual

Implements rx::NativeWindowD3D.

◆ IsValidNativeWindow()

bool rx::NativeWindow11WinRT::IsValidNativeWindow ( EGLNativeWindowType  window)
static

The documentation for this class was generated from the following files: