Skeleton GPU files.
This commit is contained in:
@@ -10,9 +10,19 @@
|
||||
#ifndef XENIA_GPU_GPU_H_
|
||||
#define XENIA_GPU_GPU_H_
|
||||
|
||||
#include <xenia/common.h>
|
||||
#include <xenia/core.h>
|
||||
#include <xenia/gpu/graphics_system.h>
|
||||
|
||||
|
||||
namespace xe {
|
||||
namespace gpu {
|
||||
|
||||
|
||||
GraphicsSystem* Create(const CreationParams* params);
|
||||
GraphicsSystem* CreateNop(const CreationParams* params);
|
||||
|
||||
|
||||
} // namespace gpu
|
||||
} // namespace xe
|
||||
|
||||
void do_gpu_stuff();
|
||||
|
||||
#endif // XENIA_GPU_GPU_H_
|
||||
|
||||
Reference in New Issue
Block a user