summaryrefslogtreecommitdiff
path: root/text_rendering/bounds.frag
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-08-16 10:11:00 +0500
committerpryazha <pryadeiniv@mail.ru>2025-08-16 10:11:00 +0500
commit1f93c3ef62af6c71217f06491ca2b859d4065740 (patch)
tree4f07192788df29446aa1ddb73a20839e4ddf9b3f /text_rendering/bounds.frag
parent99337878eca2807436bcf11d36946b90db44a2d3 (diff)
in practice chapter
Diffstat (limited to 'text_rendering/bounds.frag')
-rw-r--r--text_rendering/bounds.frag8
1 files changed, 0 insertions, 8 deletions
diff --git a/text_rendering/bounds.frag b/text_rendering/bounds.frag
deleted file mode 100644
index 34646c6..0000000
--- a/text_rendering/bounds.frag
+++ /dev/null
@@ -1,8 +0,0 @@
-#version 330 core
-
-out vec4 frag_color;
-
-void main()
-{
- frag_color = vec4(1.0);
-}