mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-28 09:04:49 +00:00
Update skinning.fs
This commit is contained in:
@@ -13,7 +13,7 @@ uniform vec4 colDiffuse;
|
||||
void main()
|
||||
{
|
||||
// Fetch color from texture sampler
|
||||
vec4 texelColor = texture(texture0, fragTexCoord);
|
||||
vec4 texelColor = texture2D(texture0, fragTexCoord);
|
||||
|
||||
// Calculate final fragment color
|
||||
gl_FragColor = texelColor*colDiffuse*fragColor;
|
||||
|
||||
Reference in New Issue
Block a user