kmy_for_yukar
SharpKmyCore
Gfx
GfxDriver.h
1
#pragma once
2
#include "Types.h"
3
4
namespace
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
}
構築:
1.9.4