Re: [Factor-talk] OpenGL3.0+

2021-05-28 Thread sf . alexilin
> "Generic word my-tuple-field<< does not define a method for the fixnum class. > Dispatching on object: 1" > What does it mean? It means you called `1 obj >>my-tuple-field` instead of `obj 1 >>my-tuple-field`. ‐‐‐ Original Message ‐‐‐ On Saturday, May 29th, 2021 at 1:47 AM, George

Re: [Factor-talk] OpenGL3.0+

2021-05-28 Thread George Cherevichenko
"Generic word my-tuple-field<< does not define a method for the fixnum class. Dispatching on object: 1" What does it mean? Now I can draw with glDrawArrays. George сб, 22 мая 2021 г. в 17:16, Ken Causey : > First I should be clear that I claim no special knowledge. I'm more of an > interested