RetroArch
Macros | Typedefs | Enumerations | Functions | Variables
d2d1_2.h File Reference
#include <d2d1_1.h>
#include <d2d1effects_1.h>
#include <d2d1_2helper.h>
Include dependency graph for d2d1_2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _D2D1_2_H_
 

Typedefs

typedef interface ID2D1Device1 ID2D1Device1
 
typedef enum D2D1_RENDERING_PRIORITY D2D1_RENDERING_PRIORITY
 Specifies the extent to which D2D will throttle work sent to the GPU. More...
 
typedef interface ID2D1GeometryRealization ID2D1GeometryRealization
 
typedef interface ID2D1DeviceContext1 ID2D1DeviceContext1
 
typedef interface ID2D1Factory2 ID2D1Factory2
 
typedef interface ID2D1CommandSink1 ID2D1CommandSink1
 

Enumerations

enum  D2D1_RENDERING_PRIORITY { D2D1_RENDERING_PRIORITY_NORMAL = 0, D2D1_RENDERING_PRIORITY_LOW = 1, D2D1_RENDERING_PRIORITY_FORCE_DWORD = 0xffffffff }
 Specifies the extent to which D2D will throttle work sent to the GPU. More...
 

Functions

FLOAT WINAPI D2D1ComputeMaximumScaleFactor (_In_ CONST D2D1_MATRIX_3X2_F *matrix)
 

Variables

EXTERN_C CONST IID IID_ID2D1GeometryRealization
 
EXTERN_C CONST IID IID_ID2D1DeviceContext1
 
EXTERN_C CONST IID IID_ID2D1Device1
 
EXTERN_C CONST IID IID_ID2D1Factory2
 
EXTERN_C CONST IID IID_ID2D1CommandSink1
 

Macro Definition Documentation

◆ _D2D1_2_H_

#define _D2D1_2_H_

Typedef Documentation

◆ D2D1_RENDERING_PRIORITY

Specifies the extent to which D2D will throttle work sent to the GPU.

◆ ID2D1CommandSink1

◆ ID2D1Device1

typedef interface ID2D1Device1 ID2D1Device1

◆ ID2D1DeviceContext1

◆ ID2D1Factory2

typedef interface ID2D1Factory2 ID2D1Factory2

◆ ID2D1GeometryRealization

Enumeration Type Documentation

◆ D2D1_RENDERING_PRIORITY

Specifies the extent to which D2D will throttle work sent to the GPU.

Enumerator
D2D1_RENDERING_PRIORITY_NORMAL 
D2D1_RENDERING_PRIORITY_LOW 
D2D1_RENDERING_PRIORITY_FORCE_DWORD 

Function Documentation

◆ D2D1ComputeMaximumScaleFactor()

FLOAT WINAPI D2D1ComputeMaximumScaleFactor ( _In_ CONST D2D1_MATRIX_3X2_F matrix)

Variable Documentation

◆ IID_ID2D1CommandSink1

EXTERN_C CONST IID IID_ID2D1CommandSink1

◆ IID_ID2D1Device1

EXTERN_C CONST IID IID_ID2D1Device1

◆ IID_ID2D1DeviceContext1

EXTERN_C CONST IID IID_ID2D1DeviceContext1

◆ IID_ID2D1Factory2

EXTERN_C CONST IID IID_ID2D1Factory2

◆ IID_ID2D1GeometryRealization

EXTERN_C CONST IID IID_ID2D1GeometryRealization