Changeset 4f63fa8 in opengl-game for shaders/shader.frag
- Timestamp:
- Aug 2, 2019, 5:17:11 PM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 2c87504, adcd252
- Parents:
- fba08f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
shaders/shader.frag
rfba08f2 r4f63fa8 10 10 11 11 void main() { 12 // outColor = vec4(fragColor, 1.0);13 // outColor = texture(texSampler, fragTexCoord);14 12 outColor = vec4(fragColor * texture(texSampler, fragTexCoord).rgb, 1.0); 15 13 }
Note:
See TracChangeset
for help on using the changeset viewer.