File diff r25002:76f645370cb4 → r25003:fdd8312ceea6
src/video/sdl2_opengl_v.h
Show inline comments
 
@@ -51,4 +51,7 @@ class FVideoDriver_SDL_OpenGL : public D
 
public:
 
	FVideoDriver_SDL_OpenGL() : DriverFactoryBase(Driver::DT_VIDEO, 8, "sdl-opengl", "SDL OpenGL Video Driver") {}
 
	/* virtual */ Driver *CreateInstance() const override { return new VideoDriver_SDL_OpenGL(); }
 

	
 
protected:
 
	bool UsesHardwareAcceleration() const override { return true; }
 
};