mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 23:50:11 +01:00
progs/glsl: Add raytracing demos to SCons build.
This commit is contained in:
parent
9a52417582
commit
3bccb5447b
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ progs = [
|
|||
'convolutions',
|
||||
'deriv',
|
||||
'fragcoord',
|
||||
'fsraytrace',
|
||||
'identity',
|
||||
'linktest',
|
||||
'mandelbrot',
|
||||
|
|
@ -27,6 +28,7 @@ progs = [
|
|||
'twoside',
|
||||
'vert-or-frag-only',
|
||||
'vert-tex',
|
||||
'vsraytrace',
|
||||
]
|
||||
|
||||
for prog in progs:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue