aboutsummaryrefslogtreecommitdiff
path: root/include/capture/xcomposite_cuda.h
blob: b93c6ded4a0ae3cecdff60cfd29d5299ba4ca579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef GSR_CAPTURE_XCOMPOSITE_CUDA_H
#define GSR_CAPTURE_XCOMPOSITE_CUDA_H

#include "capture.h"
#include "xcomposite.h"

typedef struct {
    gsr_capture_xcomposite_params base;
    bool overclock;
} gsr_capture_xcomposite_cuda_params;

gsr_capture* gsr_capture_xcomposite_cuda_create(const gsr_capture_xcomposite_cuda_params *params);

#endif /* GSR_CAPTURE_XCOMPOSITE_CUDA_H */