File Index Symbol Index

/*********************************************************************** Vczh Library++ 3.0 Developer: Zihan Chen(vczh) GacUI::Native Window::Direct2D Provider for Windows Implementation Interfaces: ***********************************************************************/
#ifndef VCZH_PRESENTATION_WINDOWS_GDI_WINDIRECT2DAPPLICATION
#define VCZH_PRESENTATION_WINDOWS_GDI_WINDIRECT2DAPPLICATION
#include "..\WinNativeWindow.h"
#include <d2d1_1.h>
#include <dwrite_1.h> #include <d3d11_1.h>
namespace
vl
{
namespace
presentation
{
namespace
windows
{
extern
ID2D1Factory
*
GetDirect2DFactory
();
extern
IDWriteFactory
*
GetDirectWriteFactory
();
extern
ID3D11Device
*
GetD3D11Device
(); } } }
extern
int
WinMainDirect2D
(
HINSTANCE
hInstance
,
void
(*
RendererMain
)());
#endif