[cl-opengl-devel] edge-flag-array and tex-coord-array fix

Bart Botta 00003b at gmail.com
Sat Apr 11 03:08:33 UTC 2009


(just realized that this appears to have never reached the list,
responding so people with commit access can see it too...)

On Thu, Mar 26, 2009 at 9:33 AM, Brad Beer <bradwbeer at gmail.com> wrote:
>
> I have a (possible) fix for my edge-flag and tex-coord arrays.  Please let
> me know if I am submitting this correctly.

would be better to have one of the formats that shows which file it
is, try diff -Nau or darcs diff

>
> 191c191
> <               (tex-coord-pointer ,size ,gl-type ,stride ,address-expr))))
> ---
>>               (,func-name ,size ,gl-type ,stride ,address-expr))))
> 193,194c193
> <          `(edge-flag-pointer ,stride ,address-expr))
> <         (vertex-attrib
> ---
>>          `(,func-name ,stride ,address-expr))        (vertex-attrib
>

looks right (aside from apparently losing a newline), probably should
do the same thing for vertex-attrib-pointer a few lines down

given the choice, i'd probably pull that whole API out into a contrib
until it stabilized though (and add a contrib/extension setup of some
sort to cl-opengl in the process...)

--
-3b




More information about the cl-opengl-devel mailing list