On 11/04/2013 08:05 PM, nyholku [via jogamp] wrote:
> Hi,
>
> thanks, I'm going to get some more info tonight I hope from the problematic
> system.
>
> Meanwhile this is how I get my capabilities:
>
> GLProfile glprofile = GLProfile.getDefault();
> GLCapabilities glcapabilities = new GLCapabilities(glprofile);
>
> And if I print out glcapabilities I get:
>
> GLCaps[rgba 8/8/8/0, opaque, accum-rgba 0/0/0/0, dp/st/ms 16/0/0, dbl, mono ,
> hw, GLProfile[GL2/GL2.hw], on-scr[.]]
>
> Any idea which of those could cause the glDeleteBuffers not to be available?
>
Without the debug logs, Julien & our wiki/faq ask for,
we cannot say.
~Sven
> br Kusti