Minor GPU interface change needed for a WIP backend
This commit is contained in:
parent
e11d0a7e1c
commit
94c91e199a
4 changed files with 22 additions and 1 deletions
|
@ -40,6 +40,14 @@ GPUCommon::GPUCommon() :
|
|||
GPUCommon::~GPUCommon() {
|
||||
}
|
||||
|
||||
void GPUCommon::BeginHostFrame() {
|
||||
ReapplyGfxState();
|
||||
}
|
||||
|
||||
void GPUCommon::EndHostFrame() {
|
||||
|
||||
}
|
||||
|
||||
void GPUCommon::Reinitialize() {
|
||||
easy_guard guard(listLock);
|
||||
memset(dls, 0, sizeof(dls));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue