Sha256: 84a69c2b89d6da5d763f8b36c1acdc66920662a9d7246ff1d94ec5a31faff840

Contents?: true

Size: 146 Bytes

Versions: 4

Compression:

Stored size: 146 Bytes

Contents

#version 110

uniform sampler2D in_Texture;
uniform bool in_TextureEnabled;

varying vec4 var_Color;

void main() {
  gl_FragColor = var_Color;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ray-0.2.1 test/res/frag3d.c
ray-0.2.0 test/res/frag3d.c
ray-0.1.1 test/res/frag3d.c
ray-0.1.0 test/res/frag3d.c