aboutsummaryrefslogtreecommitdiffstats
path: root/examples/opengl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl')
-rw-r--r--examples/opengl/contextinfo/contextinfo.py (renamed from examples/opengl/contextinfo.py)0
-rw-r--r--examples/opengl/contextinfo/contextinfo.pyproject3
-rw-r--r--examples/opengl/hellogl2/hellogl2.py (renamed from examples/opengl/hellogl2.py)0
-rw-r--r--examples/opengl/hellogl2/hellogl2.pyproject3
-rw-r--r--examples/opengl/opengl.pyproject3
5 files changed, 6 insertions, 3 deletions
diff --git a/examples/opengl/contextinfo.py b/examples/opengl/contextinfo/contextinfo.py
index 0a686d388..0a686d388 100644
--- a/examples/opengl/contextinfo.py
+++ b/examples/opengl/contextinfo/contextinfo.py
diff --git a/examples/opengl/contextinfo/contextinfo.pyproject b/examples/opengl/contextinfo/contextinfo.pyproject
new file mode 100644
index 000000000..0758180ae
--- /dev/null
+++ b/examples/opengl/contextinfo/contextinfo.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["contextinfo.py"]
+}
diff --git a/examples/opengl/hellogl2.py b/examples/opengl/hellogl2/hellogl2.py
index bcffdf3c9..bcffdf3c9 100644
--- a/examples/opengl/hellogl2.py
+++ b/examples/opengl/hellogl2/hellogl2.py
diff --git a/examples/opengl/hellogl2/hellogl2.pyproject b/examples/opengl/hellogl2/hellogl2.pyproject
new file mode 100644
index 000000000..331d835af
--- /dev/null
+++ b/examples/opengl/hellogl2/hellogl2.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["hellogl2.py"]
+}
diff --git a/examples/opengl/opengl.pyproject b/examples/opengl/opengl.pyproject
deleted file mode 100644
index 20b289d7b..000000000
--- a/examples/opengl/opengl.pyproject
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "files": ["hellogl2.py", "contextinfo.py"]
-}