Logo
GfxDriver.h
1#pragma once
2#include "Types.h"
3
4namespace XXSharpKmyGfx
5{
6 private ref class GfxDriver
7 {
8 public:
9 /*
10 * OtBbNhCo̖OݒihCoȍ~͖j
11 * name "ogl33" / "ogl44"
12 * AvNɂPxĂяoB
13 */
14 static void initialize(String^ name);
15
16 static bool isEnableCopyTextureToTexture();
17 static bool isRenderAxisYBottomOrigin();
18 };
19}