mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-21 06:14:10 +00:00
Fixed CL_GL_NUM_SAMPLES value.
This commit is contained in:
parent
a9c15cd1b0
commit
c9a057db73
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue