-
- Downloads
Playing with a simple ARB v/f priogram parser, so I can dynamically bind
texture/param/attribute/varying locations. All the things are broken.
Showing
- fsl/fsleyes/gl/gl14/glvolume_frag.prog 9 additions, 12 deletionsfsl/fsleyes/gl/gl14/glvolume_frag.prog
- fsl/fsleyes/gl/gl14/glvolume_vert.prog 11 additions, 10 deletionsfsl/fsleyes/gl/gl14/glvolume_vert.prog
- fsl/fsleyes/gl/shaders/__init__.py 17 additions, 0 deletionsfsl/fsleyes/gl/shaders/__init__.py
- fsl/fsleyes/gl/shaders/arbp/__init__.py 0 additions, 0 deletionsfsl/fsleyes/gl/shaders/arbp/__init__.py
- fsl/fsleyes/gl/shaders/arbp/parse.py 85 additions, 0 deletionsfsl/fsleyes/gl/shaders/arbp/parse.py
- fsl/fsleyes/gl/shaders/arbp/program.py 23 additions, 0 deletionsfsl/fsleyes/gl/shaders/arbp/program.py
- fsl/fsleyes/gl/shaders/glsl/__init__.py 0 additions, 0 deletionsfsl/fsleyes/gl/shaders/glsl/__init__.py
- fsl/fsleyes/gl/shaders/glsl/parse.py 0 additions, 0 deletionsfsl/fsleyes/gl/shaders/glsl/parse.py
- fsl/fsleyes/gl/shaders/glsl/program.py 11 additions, 11 deletionsfsl/fsleyes/gl/shaders/glsl/program.py
fsl/fsleyes/gl/shaders/__init__.py
0 → 100644
File moved
fsl/fsleyes/gl/shaders/arbp/parse.py
0 → 100644
fsl/fsleyes/gl/shaders/arbp/program.py
0 → 100644
fsl/fsleyes/gl/shaders/glsl/__init__.py
0 → 100644
File moved
Please register or sign in to comment