Minor GPU interface change needed for a WIP backend

This commit is contained in:
Henrik Rydgard 2016-01-06 23:53:21 +01:00
parent e11d0a7e1c
commit 94c91e199a
4 changed files with 22 additions and 1 deletions

View file

@ -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));