Add an enum type for each renderer
This commit is contained in:
parent
bdd9a3a994
commit
351aaa6759
17 changed files with 56 additions and 31 deletions
|
|
@ -3,7 +3,8 @@
|
|||
#include <SDL_opengl.h>
|
||||
|
||||
CUDARenderer::CUDARenderer()
|
||||
: m_HwContext(nullptr)
|
||||
: IFFmpegRenderer(RendererType::CUDA),
|
||||
m_HwContext(nullptr)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue