summaryrefslogtreecommitdiffstats
path: root/src/modules/gpu/gpu.h
blob: e2a6f1424888ac88101fc6c05237ffd149a371c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "option.h"

#define FF_GPU_MODULE_NAME "GPU"

bool ffPrintGPU(FFGPUOptions* options);
void ffInitGPUOptions(FFGPUOptions* options);
void ffDestroyGPUOptions(FFGPUOptions* options);

extern FFModuleBaseInfo ffGPUModuleInfo;