- with the new order of things we need the software renderer to be always available.
This commit is contained in:
parent
51bf2eb9fa
commit
9ba32cb994
12 changed files with 46 additions and 96 deletions
|
|
@ -85,10 +85,12 @@ FSoftwareRenderer::FSoftwareRenderer()
|
|||
InitSWColorMaps();
|
||||
}
|
||||
|
||||
FSoftwareRenderer::~FSoftwareRenderer()
|
||||
FRenderer *CreateSWRenderer()
|
||||
{
|
||||
return new FSoftwareRenderer;
|
||||
}
|
||||
|
||||
|
||||
void FSoftwareRenderer::PrecacheTexture(FTexture *tex, int cache)
|
||||
{
|
||||
bool isbgra = screen->IsBgra();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue