diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-01 19:47:27 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-01 19:47:27 +0100 |
| commit | 50c7c5676d110681528cc933c4b99844b11f1dd1 (patch) | |
| tree | 62ea871cae6949f4332e1973b9da9c5fcbcd4420 /dev/SCIKit/src/GPU.cc | |
| parent | ed70659693e6cc9d48827113b23ebaf85c9dfe70 (diff) | |
ADD: Add GPU API regarding Mesa3D support for OpenGL ES.
IMP: Refactor SCI Kit to have a better filesystem structure.
Diffstat (limited to 'dev/SCIKit/src/GPU.cc')
| -rw-r--r-- | dev/SCIKit/src/GPU.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev/SCIKit/src/GPU.cc b/dev/SCIKit/src/GPU.cc new file mode 100644 index 00000000..f2947ec9 --- /dev/null +++ b/dev/SCIKit/src/GPU.cc @@ -0,0 +1,10 @@ +/* ------------------------------------------- + +Copyright (C) 2024, ELMH Group, all rights reserved. + +File: GPU.cc +Purpose: GPU Interface. + +------------------------------------------- */ + +#include <SCIKit/LPC.h>
\ No newline at end of file |
