[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Public WebGL] Trivial typo in spec.
- To: public_webgl@khronos.org
- Subject: [Public WebGL] Trivial typo in spec.
- From: Patrick Baggett <baggett.patrick@gmail.com>
- Date: Sat, 9 Jan 2010 21:59:17 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=7KvZCSkUREli6Qfc9OoTq8Ir+P1TZoi0DiKSbNxgYSk=; b=Xi2tW9ZP7YUZ7c8Hr8BjmQ55FLlXpzcrM7Gqr2sHJW5o9cw02uq2GVcgwKXAm7KEA1 rgvrgG4Ahyi6vV8GNO/oZgtVj6uCWhqtaEU8xmrNyfXVX2S28vytwgSSEVdPRi+evJgW EHtOs58GEZ7ekmAO4XpaJbdGh3Wkb1mnyilMc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=VPlyjNGs8m8d6KZIKF3t/Jp84BhsI25e9JIE1cSanAdKp3sB3SOiCoj8pd0LJglQ65 OFX6+CzOhxzam+EdQGy9xzUHsYWYeqWHkeEqj+iwYsqrfpBvSvzenEmjXki6T4SMFV1U FuI1F9T8uwPVr2d4DZ9dJWBrPEynkcQ4iMjcY=
- Sender: owner-public_webgl@khronos.org
I've been reading and using the Dec 10 2009 draft of the WebGL spec, and I came across an typo in the documentation.
The function WebGLContext::getShaderInfoLog() has a parameter of "program" when it should be "shader" like the GL ES spec. Testing on Firefox 3.7 nightly confirms the behavior is correct, it's just a typo in the spec.
Patrick Baggett