diff options
| author | raysan5 <raysan5@gmail.com> | 2014-03-25 12:40:35 +0100 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2014-03-25 12:40:35 +0100 |
| commit | 96f520ff6d085536205feb1f943974e354577df4 (patch) | |
| tree | c839c999b38d8f1f07933a2b6a1bb1e45d786532 /src/simple150.frag | |
| parent | 1c8dce429ee5a58d535fcca0e29fe3711aa3fcb5 (diff) | |
| download | raylib-96f520ff6d085536205feb1f943974e354577df4.tar.gz raylib-96f520ff6d085536205feb1f943974e354577df4.zip | |
Road to raylib 1.1 - Testing rlgl
Diffstat (limited to 'src/simple150.frag')
| -rw-r--r-- | src/simple150.frag | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/simple150.frag b/src/simple150.frag index 61b337ed..74a727dd 100644 --- a/src/simple150.frag +++ b/src/simple150.frag @@ -11,5 +11,4 @@ void main() { // Output pixel color pixelColor = texture(texture0, fragTexCoord) * fragColor; - //pixelColor = fragColor; }
\ No newline at end of file |
