mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-06 06:50:43 +09:00
Refactor nvfbc into abstract capture api
This commit is contained in:
8
include/vec2.h
Normal file
8
include/vec2.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef VEC2_H
|
||||
#define VEC2_H
|
||||
|
||||
typedef struct {
|
||||
int x, y;
|
||||
} vec2i;
|
||||
|
||||
#endif /* VEC2_H */
|
||||
Reference in New Issue
Block a user