Skip to content

Commit 6386425

Browse files
committed
Batch converted examples to new format
1 parent b7deac4 commit 6386425

File tree

101 files changed

+7
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+7
-0
lines changed

examples/feedback/resources.py renamed to examples/feedback/dependencies.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
from demosys.resources.meta import ProgramDescription, TextureDescription
22

3+
effects = []
4+
35
resources = [
46
ProgramDescription(label="transform", path="feedback/transform.glsl"),
57
ProgramDescription(label="billboards", path="feedback/billboards.glsl"),
File renamed without changes.
File renamed without changes.
File renamed without changes.

examples/geocubes/resources.py renamed to examples/geocubes/dependencies.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from demosys.resources.meta import ProgramDescription, TextureDescription
22

3+
effects = []
34

45
resources = [
56
ProgramDescription(label="cube_multi_fade", path='geocubes/cube_multi_fade.glsl'),
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)