From 5ef3a2c06d474891a667ef66ffd7aaa52af5fc04 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 27 Nov 2007 10:27:55 -0700 Subject: document GLSL float f/F suffix bug --- docs/shading.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/shading.html b/docs/shading.html index 0e1a5e1a7b..0a9f5f36f4 100644 --- a/docs/shading.html +++ b/docs/shading.html @@ -48,6 +48,7 @@ in Mesa:
  • The inverse trig functions asin(), acos(), and atan() are not implemented
  • The gl_Color and gl_SecondaryColor varying vars are interpolated without perspective correction +
  • Floating point literal suffixes 'f' and 'F' aren't allowed.

    -- cgit v1.2.3