Update shaders_shapes_outline.c
This commit is contained in:
parent
913f185f82
commit
a04dbe7ffd
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ int main(void)
|
||||||
DrawTextureEx(torus, (Vector2){ 544, 230 }, 0.0, outlineScale, WHITE);
|
DrawTextureEx(torus, (Vector2){ 544, 230 }, 0.0, outlineScale, WHITE);
|
||||||
EndShaderMode();
|
EndShaderMode();
|
||||||
|
|
||||||
DrawText("Shader-based shdrOutlines for textures", 190, 200, 20, LIGHTGRAY);
|
DrawText("Shader-based outlines for textures", 190, 200, 20, LIGHTGRAY);
|
||||||
|
|
||||||
DrawFPS(710, 10);
|
DrawFPS(710, 10);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue