topical media & game development

talk show tell print

lib-game-delta3d-sdk-examples-data-demoMap-Shaders-ShaderDefs.xml / xml



  <?xml version="1.0" encoding="UTF-8"?>
  
  <shaderlist>
  
     <shadergroup name="DemoShaders">
        <shader name="TestShader" default="yes">
           <source type="Vertex">Shaders/testshader.vert</source>
           <source type="Fragment">Shaders/testshader.frag</source>
        </shader>   
            <shader name="TestLighting" default="no">
           <source type="Vertex">Shaders/testlight.vert</source>
           <source type="Fragment">Shaders/testlight.frag</source>
           <parameter name="baseTexture">
              <texture2D textureUnit="0">
                 <source type="Auto"/>
              </texture2D>
           </parameter>           
        </shader>
     </shadergroup>
  
  </shaderlist>
  


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.