kmy_for_yukar
SharpKmyCore
Gfx
Buffer.h
1
#pragma once
2
3
namespace
XXSharpKmyGfx
4
{
5
private ref class
Buffer
6
{
7
public
:
8
static
int
getBufferStoreJobSerial();
9
static
bool
bufferStoreJobFinished(
int
serial);
10
static
void
bufferStoreJobDispatchAll();
11
};
12
}
構築:
1.9.4