Logo
Buffer.h
1#pragma once
2
3namespace 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}