Files
Aerofoil/GpDisplayDriver_D3D11/GpDisplayDriverFactoryD3D11.h

11 lines
200 B
C
Raw Permalink Normal View History

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