Files
Aerofoil/GpD3D/GpDisplayDriverFactoryD3D11.h
2019-11-11 00:11:59 -05:00

11 lines
209 B
C++

#pragma once
class IGpDisplayDriver;
struct GpDisplayDriverProperties;
class GpDisplayDriverFactoryD3D11
{
public:
static IGpDisplayDriver *Create(const GpDisplayDriverProperties &properties);
};