Open znd-milktea opened 10 years ago
I can't find binding for "Sampler Object" in the OpenGL package.
The following is in the OpenGLRaw package. glGenSamplers :: GLsizei -> Ptr GLuint -> IO () glDeleteSamplers :: GLsizei -> Ptr GLuint -> IO () glIsSampler :: GLuint -> IO GLboolean
I think that the binding in the OpenGL package is implemented as instance of GeneratableObjectName.
I can't find binding for "Sampler Object" in the OpenGL package.
The following is in the OpenGLRaw package. glGenSamplers :: GLsizei -> Ptr GLuint -> IO () glDeleteSamplers :: GLsizei -> Ptr GLuint -> IO () glIsSampler :: GLuint -> IO GLboolean
I think that the binding in the OpenGL package is implemented as instance of GeneratableObjectName.