[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Public WebGL] Texture lookup in vertex shader
- To: Vangelis Kokkevis <vangelis@google.com>
- Subject: Re: [Public WebGL] Texture lookup in vertex shader
- From: John Davis <jdavis@pcprogramming.com>
- Date: Sat, 12 Feb 2011 08:01:44 -0600
- Cc: public webgl <public_webgl@khronos.org>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=MIiV9C+UzMtS7+v7lHhu0dxHixyQsgTN/EMpRUMqfKw=; b=wb+3+AuCDJYEqMN2rKS2cyQwoSEGNe+PhNqY9e7aVwS7oYZ6FjUWspfkviGt1HZHO0 hr6KQLMURO/H38aS/W7ZRMna0RadSn8BfVpKriNrbTBHDJEWIF1TqnnrLaFtsmw0IpkU FZivbLEPY2avKI9d6eagELCDc7SHeAxtjG0IQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=MWXisRpVPva8WHbTZOYb0owfg3gn6+DzWbrDsLfcrH/5GMu33BO9dN2Jjbm68XN6WF B4i4y9p/h247LlESax6qBBMgEQfTZqvhW25tKfqmQaZNDke7o+QG70Oman5M05Ha8phD lmq9cePjectbQCHMQbQst84YOoN9c1CKP9HpE=
- In-reply-to: <AANLkTikeKSqiaEBsL06FEo7a0OjYqmBDhiMdEvMwrKkF@mail.gmail.com>
- List-id: Public WebGL Mailing List <public_webgl.khronos.org>
- References: <AANLkTin8DMM6-V=_s8sJ54fH_bRrZ9aR9BExFUiR9_hV@mail.gmail.com> <AANLkTikeKSqiaEBsL06FEo7a0OjYqmBDhiMdEvMwrKkF@mail.gmail.com>
- Reply-to: jdavis@pcprogramming.com
- Sender: owner-public_webgl@khronos.org
Any ETA on when VTL in Angle will be out?
On Tue, Jan 18, 2011 at 11:27 AM, Vangelis Kokkevis
<vangelis@google.com> wrote:
On Sun, Jan 16, 2011 at 12:40 PM, John Davis
<jdavis@pcprogramming.com> wrote:
Will we have texture lookups in the WebGL/Angle vertex shaders before Chrome 9 WebGL goes GA?
ANGLE doesn't yet support vertex texture lookup but it's high on the list of feature requests and we're looking into implementing it soon. VTL is available in Chrome 9 for non-windows platforms as long as the underlying GL drivers support it.
Vangelis