project-navigation
Personal tools

Author Topic: Shadersupport  (Read 11052 times)

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Shadersupport
« Reply #15 on: April 01, 2006, 09:18:57 am »
for me it's just one shader listed via "shaderlist"

i've added a shader pointer to image_t - in gl_image Upload32 we can check for shaders and if pointer != null we can use the shader. what do you think?