mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-16 21:00:57 +00:00
Lots of stuff
This commit is contained in:
7
GpD3D/GpDisplayDriverFactoryD3D11.cpp
Normal file
7
GpD3D/GpDisplayDriverFactoryD3D11.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "GpDisplayDriverFactoryD3D11.h"
|
||||
#include "GpDisplayDriverD3D11.h"
|
||||
|
||||
IGpDisplayDriver *GpDisplayDriverFactoryD3D11::Create(const GpDisplayDriverProperties &properties)
|
||||
{
|
||||
return GpDisplayDriverD3D11::Create(properties);
|
||||
}
|
||||
Reference in New Issue
Block a user