Files
Aerofoil/GpD3D/GpDisplayDriverFactoryD3D11.h
2019-12-21 18:40:17 -05:00

11 lines
210 B
C++

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