Changeset fccd588 in network-game for graphics_library/TextureFragmentShader.fragmentshader
- Timestamp:
- Jan 8, 2019, 9:43:52 PM (6 years ago)
- Branches:
- master
- Children:
- ea3a3a9
- Parents:
- 8cbeffc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
graphics_library/TextureFragmentShader.fragmentshader
r8cbeffc rfccd588 13 13 14 14 // Output color = color of the texture at the specified UV 15 color = texture 2D( myTextureSampler, UV ).rgb;15 color = texture( myTextureSampler, UV ).rgb; 16 16 }
Note:
See TracChangeset
for help on using the changeset viewer.