[PyOpenGL-Users] glGetMultisample returns a single float
Brought to you by:
mcfletch
From: Nicolas R. <Nic...@in...> - 2017-09-17 07:37:18
|
Hi all, I’m trying to retrieve the position of the samples when using multisampling (GL 3.2) and I use: z = glGetMultisamplefv(gl.GL_SAMPLE_POSITION, 0) but the return value is a single float while I was expecting a tuple of 2 floats (2d coordinates of the sample) Did I miss something ? Nicolas |