[GPU] Start implementing commands
This commit is contained in:
10
include/gpu.hpp
Normal file
10
include/gpu.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include "helpers.hpp"
|
||||
|
||||
class GPU {
|
||||
|
||||
public:
|
||||
GPU() {}
|
||||
void clearBuffer(u32 startAddress, u32 endAddress, u32 value, u32 control);
|
||||
void reset();
|
||||
};
|
||||
Reference in New Issue
Block a user