Files
Aerofoil/GpDisplayDriver_D3D11/GpDisplayDriverFactoryD3D11.h
2019-12-23 17:43:10 -05:00

11 lines
210 B
C++

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