Fixed CL_GL_NUM_SAMPLES value.

This commit is contained in:
Ioannis Tsakpinis 2013-04-03 15:18:15 +03:00
parent a9c15cd1b0
commit c9a057db73
1 changed files with 1 additions and 1 deletions

View File

@ -39,6 +39,6 @@ import org.lwjgl.util.generator.opencl.CLDeviceExtension;
public interface KHR_gl_msaa_sharing {
/** cl_gl_texture_info */
int CL_GL_NUM_SAMPLES = 0x2006;
int CL_GL_NUM_SAMPLES = 0x2012;
}