Sha256: 4f90944f9119069761887935201ab8bb299d03b21ad47d40916fbd8d735ecd6b

Contents?: true

Size: 218 Bytes

Versions: 26

Compression:

Stored size: 218 Bytes

Contents

shared attribute vec4 VERTEX_POSITION;
    
shared uniform mat4 mvMatrix;
            
void main(void) {
  vec4 pos = pMatrix * mvMatrix * VERTEX_POSITION;
  import(Position, pos = Position);
  
  gl_Position = pos;
}

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
jax-0.0.0.10 builtin/shaders/depthmap/vertex.ejs
jax-0.0.0.9 builtin/shaders/depthmap/vertex.ejs
jax-0.0.0.8 builtin/shaders/depthmap/vertex.ejs
jax-0.0.0.7 builtin/shaders/depthmap/vertex.ejs
jax-0.0.0.6 builtin/shaders/depthmap/vertex.ejs
jax-0.0.0.5 builtin/shaders/depthmap/vertex.ejs