You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(134) |
Sep
(52) |
Oct
(13) |
Nov
(342) |
Dec
(163) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(44) |
Feb
(62) |
Mar
(158) |
Apr
(38) |
May
(70) |
Jun
(58) |
Jul
(104) |
Aug
(207) |
Sep
(83) |
Oct
(122) |
Nov
(23) |
Dec
(49) |
| 2004 |
Jan
(119) |
Feb
(132) |
Mar
(192) |
Apr
(140) |
May
(77) |
Jun
(74) |
Jul
(201) |
Aug
(63) |
Sep
(102) |
Oct
(70) |
Nov
(173) |
Dec
(78) |
| 2005 |
Jan
(174) |
Feb
(197) |
Mar
(105) |
Apr
(59) |
May
(77) |
Jun
(43) |
Jul
(21) |
Aug
(18) |
Sep
(47) |
Oct
(37) |
Nov
(74) |
Dec
(50) |
| 2006 |
Jan
(44) |
Feb
(19) |
Mar
(32) |
Apr
(24) |
May
(31) |
Jun
(55) |
Jul
(138) |
Aug
(28) |
Sep
(12) |
Oct
(41) |
Nov
(58) |
Dec
(24) |
| 2007 |
Jan
(28) |
Feb
(14) |
Mar
(10) |
Apr
(68) |
May
(30) |
Jun
(26) |
Jul
(18) |
Aug
(63) |
Sep
(19) |
Oct
(29) |
Nov
(20) |
Dec
(10) |
| 2008 |
Jan
(38) |
Feb
(7) |
Mar
(37) |
Apr
(120) |
May
(41) |
Jun
(36) |
Jul
(39) |
Aug
(24) |
Sep
(28) |
Oct
(30) |
Nov
(36) |
Dec
(75) |
| 2009 |
Jan
(46) |
Feb
(22) |
Mar
(50) |
Apr
(70) |
May
(134) |
Jun
(105) |
Jul
(75) |
Aug
(34) |
Sep
(38) |
Oct
(34) |
Nov
(19) |
Dec
(20) |
| 2010 |
Jan
(11) |
Feb
(20) |
Mar
(65) |
Apr
(83) |
May
(104) |
Jun
(73) |
Jul
(78) |
Aug
(57) |
Sep
(43) |
Oct
(35) |
Nov
(9) |
Dec
(4) |
| 2011 |
Jan
(21) |
Feb
(11) |
Mar
(18) |
Apr
(10) |
May
(18) |
Jun
(15) |
Jul
(48) |
Aug
(25) |
Sep
(17) |
Oct
(45) |
Nov
(15) |
Dec
(12) |
| 2012 |
Jan
(21) |
Feb
(9) |
Mar
(12) |
Apr
(9) |
May
(9) |
Jun
(5) |
Jul
(1) |
Aug
(10) |
Sep
(12) |
Oct
(1) |
Nov
(28) |
Dec
(5) |
| 2013 |
Jan
(4) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
| 2016 |
Jan
(2) |
Feb
(1) |
Mar
(1) |
Apr
(1) |
May
(2) |
Jun
|
Jul
(1) |
Aug
(2) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
1
|
2
(4) |
3
(2) |
4
(4) |
5
|
6
|
|
7
(3) |
8
|
9
|
10
(1) |
11
|
12
|
13
(1) |
|
14
|
15
(1) |
16
|
17
(7) |
18
|
19
|
20
|
|
21
|
22
(2) |
23
(1) |
24
|
25
|
26
|
27
|
|
28
|
29
|
30
(1) |
31
(1) |
|
|
|
|
From: <eli...@us...> - 2007-01-17 12:58:41
|
Revision: 2730
http://svn.sourceforge.net/java-game-lib/?rev=2730&view=rev
Author: elias_naur
Date: 2007-01-17 04:58:38 -0800 (Wed, 17 Jan 2007)
Log Message:
-----------
Remove the rest of the implementation reflection
Modified Paths:
--------------
trunk/LWJGL/src/java/org/lwjgl/Sys.java
trunk/LWJGL/src/java/org/lwjgl/opengl/AWTGLCanvas.java
trunk/LWJGL/src/java/org/lwjgl/opengl/Context.java
trunk/LWJGL/src/java/org/lwjgl/opengl/Display.java
Modified: trunk/LWJGL/src/java/org/lwjgl/Sys.java
===================================================================
--- trunk/LWJGL/src/java/org/lwjgl/Sys.java 2007-01-17 12:49:20 UTC (rev 2729)
+++ trunk/LWJGL/src/java/org/lwjgl/Sys.java 2007-01-17 12:58:38 UTC (rev 2730)
@@ -108,7 +108,6 @@
}
private static SysImplementation createImplementation() {
- String class_name;
switch (LWJGLUtil.getPlatform()) {
case LWJGLUtil.PLATFORM_LINUX:
return new LinuxSysImplementation();
Modified: trunk/LWJGL/src/java/org/lwjgl/opengl/AWTGLCanvas.java
===================================================================
--- trunk/LWJGL/src/java/org/lwjgl/opengl/AWTGLCanvas.java 2007-01-17 12:49:20 UTC (rev 2729)
+++ trunk/LWJGL/src/java/org/lwjgl/opengl/AWTGLCanvas.java 2007-01-17 12:58:38 UTC (rev 2730)
@@ -86,30 +86,20 @@
static {
Sys.initialize();
- String class_name;
+ implementation = createImplementation();
+ }
+
+ private static AWTCanvasImplementation createImplementation() {
switch (LWJGLUtil.getPlatform()) {
case LWJGLUtil.PLATFORM_LINUX:
- class_name = "org.lwjgl.opengl.LinuxCanvasImplementation";
- break;
+ return new LinuxCanvasImplementation();
case LWJGLUtil.PLATFORM_WINDOWS:
- class_name = "org.lwjgl.opengl.WindowsCanvasImplementation";
- break;
+ return new WindowsCanvasImplementation();
case LWJGLUtil.PLATFORM_MACOSX:
- class_name = "org.lwjgl.opengl.MacOSXCanvasImplementation";
- break;
+ return new MacOSXCanvasImplementation();
default:
throw new IllegalStateException("Unsupported platform");
}
- try {
- Class impl_class = Class.forName(class_name);
- implementation = (AWTCanvasImplementation)impl_class.newInstance();
- } catch (ClassNotFoundException e) {
- throw new RuntimeException(e);
- } catch (IllegalAccessException e) {
- throw new RuntimeException(e);
- } catch (InstantiationException e) {
- throw new RuntimeException(e);
- }
}
/**
Modified: trunk/LWJGL/src/java/org/lwjgl/opengl/Context.java
===================================================================
--- trunk/LWJGL/src/java/org/lwjgl/opengl/Context.java 2007-01-17 12:49:20 UTC (rev 2729)
+++ trunk/LWJGL/src/java/org/lwjgl/opengl/Context.java 2007-01-17 12:58:38 UTC (rev 2730)
@@ -73,30 +73,20 @@
static {
Sys.initialize();
- String class_name;
+ implementation = createImplementation();
+ }
+
+ private static ContextImplementation createImplementation() {
switch (LWJGLUtil.getPlatform()) {
case LWJGLUtil.PLATFORM_LINUX:
- class_name = "org.lwjgl.opengl.LinuxContextImplementation";
- break;
+ return new LinuxContextImplementation();
case LWJGLUtil.PLATFORM_WINDOWS:
- class_name = "org.lwjgl.opengl.WindowsContextImplementation";
- break;
+ return new WindowsContextImplementation();
case LWJGLUtil.PLATFORM_MACOSX:
- class_name = "org.lwjgl.opengl.MacOSXContextImplementation";
- break;
+ return new MacOSXContextImplementation();
default:
throw new IllegalStateException("Unsupported platform");
}
- try {
- Class impl_class = Class.forName(class_name);
- implementation = (ContextImplementation)impl_class.newInstance();
- } catch (ClassNotFoundException e) {
- throw new RuntimeException(e);
- } catch (IllegalAccessException e) {
- throw new RuntimeException(e);
- } catch (InstantiationException e) {
- throw new RuntimeException(e);
- }
}
PeerInfo getPeerInfo() {
Modified: trunk/LWJGL/src/java/org/lwjgl/opengl/Display.java
===================================================================
--- trunk/LWJGL/src/java/org/lwjgl/opengl/Display.java 2007-01-17 12:49:20 UTC (rev 2729)
+++ trunk/LWJGL/src/java/org/lwjgl/opengl/Display.java 2007-01-17 12:58:38 UTC (rev 2730)
@@ -133,30 +133,16 @@
}
private static DisplayImplementation createDisplayImplementation() {
- String class_name;
switch (LWJGLUtil.getPlatform()) {
case LWJGLUtil.PLATFORM_LINUX:
- class_name = "org.lwjgl.opengl.LinuxDisplay";
- break;
+ return new LinuxDisplay();
case LWJGLUtil.PLATFORM_WINDOWS:
- class_name = "org.lwjgl.opengl.WindowsDisplay";
- break;
+ return new WindowsDisplay();
case LWJGLUtil.PLATFORM_MACOSX:
- class_name = "org.lwjgl.opengl.MacOSXDisplay";
- break;
+ return new MacOSXDisplay();
default:
throw new IllegalStateException("Unsupported platform");
}
- try {
- Class display_class = Class.forName(class_name);
- return (DisplayImplementation)display_class.newInstance();
- } catch (ClassNotFoundException e) {
- throw new RuntimeException(e);
- } catch (IllegalAccessException e) {
- throw new RuntimeException(e);
- } catch (InstantiationException e) {
- throw new RuntimeException(e);
- }
}
/**
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <eli...@us...> - 2007-01-17 12:49:26
|
Revision: 2729
http://svn.sourceforge.net/java-game-lib/?rev=2729&view=rev
Author: elias_naur
Date: 2007-01-17 04:49:20 -0800 (Wed, 17 Jan 2007)
Log Message:
-----------
Sys.java: Don't use reflection to create platform specific implementations
Modified Paths:
--------------
trunk/LWJGL/src/java/org/lwjgl/Sys.java
Modified: trunk/LWJGL/src/java/org/lwjgl/Sys.java
===================================================================
--- trunk/LWJGL/src/java/org/lwjgl/Sys.java 2007-01-17 08:22:31 UTC (rev 2728)
+++ trunk/LWJGL/src/java/org/lwjgl/Sys.java 2007-01-17 12:49:20 UTC (rev 2729)
@@ -111,27 +111,14 @@
String class_name;
switch (LWJGLUtil.getPlatform()) {
case LWJGLUtil.PLATFORM_LINUX:
- class_name = "org.lwjgl.LinuxSysImplementation";
- break;
+ return new LinuxSysImplementation();
case LWJGLUtil.PLATFORM_WINDOWS:
- class_name = "org.lwjgl.WindowsSysImplementation";
- break;
+ return new org.lwjgl.WindowsSysImplementation();
case LWJGLUtil.PLATFORM_MACOSX:
- class_name = "org.lwjgl.MacOSXSysImplementation";
- break;
+ return new org.lwjgl.MacOSXSysImplementation();
default:
throw new IllegalStateException("Unsupported platform");
}
- try {
- Class impl_class = Class.forName(class_name);
- return (SysImplementation)impl_class.newInstance();
- } catch (ClassNotFoundException e) {
- throw new RuntimeException(e);
- } catch (IllegalAccessException e) {
- throw new RuntimeException(e);
- } catch (InstantiationException e) {
- throw new RuntimeException(e);
- }
}
/**
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <eli...@us...> - 2007-01-17 08:22:32
|
Revision: 2728
http://svn.sourceforge.net/java-game-lib/?rev=2728&view=rev
Author: elias_naur
Date: 2007-01-17 00:22:31 -0800 (Wed, 17 Jan 2007)
Log Message:
-----------
Bumped native version because of internal linux API change
Modified Paths:
--------------
trunk/LWJGL/src/java/org/lwjgl/Sys.java
Modified: trunk/LWJGL/src/java/org/lwjgl/Sys.java
===================================================================
--- trunk/LWJGL/src/java/org/lwjgl/Sys.java 2007-01-17 08:16:16 UTC (rev 2727)
+++ trunk/LWJGL/src/java/org/lwjgl/Sys.java 2007-01-17 08:22:31 UTC (rev 2728)
@@ -57,7 +57,7 @@
private static final String VERSION = "1.0-rc1";
/** Current version of the JNI library */
- static final int JNI_VERSION = 7;
+ static final int JNI_VERSION = 8;
/** The implementation instance to delegate platform specific behavior to */
private final static SysImplementation implementation;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <eli...@us...> - 2007-01-17 08:16:21
|
Revision: 2727
http://svn.sourceforge.net/java-game-lib/?rev=2727&view=rev
Author: elias_naur
Date: 2007-01-17 00:16:16 -0800 (Wed, 17 Jan 2007)
Log Message:
-----------
Linux: Fixed wrong return type in LinuxEvent.nGetKeyAddress
Modified Paths:
--------------
trunk/LWJGL/src/java/org/lwjgl/opengl/LinuxEvent.java
trunk/LWJGL/src/native/linux/org_lwjgl_opengl_LinuxEvent.c
Modified: trunk/LWJGL/src/java/org/lwjgl/opengl/LinuxEvent.java
===================================================================
--- trunk/LWJGL/src/java/org/lwjgl/opengl/LinuxEvent.java 2007-01-17 08:01:49 UTC (rev 2726)
+++ trunk/LWJGL/src/java/org/lwjgl/opengl/LinuxEvent.java 2007-01-17 08:16:16 UTC (rev 2727)
@@ -149,7 +149,7 @@
public final long getKeyAddress() {
return nGetKeyAddress(event_buffer);
}
- private static native int nGetKeyAddress(ByteBuffer event_buffer);
+ private static native long nGetKeyAddress(ByteBuffer event_buffer);
public final long getKeyTime() {
return nGetKeyTime(event_buffer);
Modified: trunk/LWJGL/src/native/linux/org_lwjgl_opengl_LinuxEvent.c
===================================================================
--- trunk/LWJGL/src/native/linux/org_lwjgl_opengl_LinuxEvent.c 2007-01-17 08:01:49 UTC (rev 2726)
+++ trunk/LWJGL/src/native/linux/org_lwjgl_opengl_LinuxEvent.c 2007-01-17 08:16:16 UTC (rev 2727)
@@ -135,9 +135,10 @@
return event->xbutton.y;
}
-JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_LinuxEvent_nGetKeyAddress(JNIEnv *env, jclass unused, jobject event_buffer) {
+JNIEXPORT jlong JNICALL Java_org_lwjgl_opengl_LinuxEvent_nGetKeyAddress(JNIEnv *env, jclass unused, jobject event_buffer) {
XEvent *event = (XEvent *)(*env)->GetDirectBufferAddress(env, event_buffer);
- return (jlong)(intptr_t)&(event->xkey);
+ XKeyEvent *key_event = &(event->xkey);
+ return (jlong)(intptr_t)key_event;
}
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_LinuxEvent_nGetKeyTime(JNIEnv *env, jclass unused, jobject event_buffer) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <eli...@us...> - 2007-01-17 08:01:50
|
Revision: 2726
http://svn.sourceforge.net/java-game-lib/?rev=2726&view=rev
Author: elias_naur
Date: 2007-01-17 00:01:49 -0800 (Wed, 17 Jan 2007)
Log Message:
-----------
Auto generated files update
Modified Paths:
--------------
trunk/LWJGL/src/native/generated/org_lwjgl_opengl_NVFramebufferMultisampleCoverage.c
Modified: trunk/LWJGL/src/native/generated/org_lwjgl_opengl_NVFramebufferMultisampleCoverage.c
===================================================================
--- trunk/LWJGL/src/native/generated/org_lwjgl_opengl_NVFramebufferMultisampleCoverage.c 2007-01-17 08:01:37 UTC (rev 2725)
+++ trunk/LWJGL/src/native/generated/org_lwjgl_opengl_NVFramebufferMultisampleCoverage.c 2007-01-17 08:01:49 UTC (rev 2726)
@@ -3,10 +3,10 @@
#include <jni.h>
#include "extgl.h"
-typedef void (APIENTRY *glRenderbufferStorageMultsampleCoverageNVPROC) (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height);
+typedef void (APIENTRY *glRenderbufferStorageMultisampleCoverageNVPROC) (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height);
-JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVFramebufferMultisampleCoverage_nglRenderbufferStorageMultsampleCoverageNV(JNIEnv *env, jclass clazz, jint target, jint coverageSamples, jint colorSamples, jint internalformat, jint width, jint height, jlong function_pointer) {
- glRenderbufferStorageMultsampleCoverageNVPROC glRenderbufferStorageMultsampleCoverageNV = (glRenderbufferStorageMultsampleCoverageNVPROC)((intptr_t)function_pointer);
- glRenderbufferStorageMultsampleCoverageNV(target, coverageSamples, colorSamples, internalformat, width, height);
+JNIEXPORT void JNICALL Java_org_lwjgl_opengl_NVFramebufferMultisampleCoverage_nglRenderbufferStorageMultisampleCoverageNV(JNIEnv *env, jclass clazz, jint target, jint coverageSamples, jint colorSamples, jint internalformat, jint width, jint height, jlong function_pointer) {
+ glRenderbufferStorageMultisampleCoverageNVPROC glRenderbufferStorageMultisampleCoverageNV = (glRenderbufferStorageMultisampleCoverageNVPROC)((intptr_t)function_pointer);
+ glRenderbufferStorageMultisampleCoverageNV(target, coverageSamples, colorSamples, internalformat, width, height);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <eli...@us...> - 2007-01-17 08:01:39
|
Revision: 2725
http://svn.sourceforge.net/java-game-lib/?rev=2725&view=rev
Author: elias_naur
Date: 2007-01-17 00:01:37 -0800 (Wed, 17 Jan 2007)
Log Message:
-----------
Auto generated files update
Modified Paths:
--------------
trunk/LWJGL/src/generated/org/lwjgl/opengl/ContextCapabilities.java
trunk/LWJGL/src/generated/org/lwjgl/opengl/NVFramebufferMultisampleCoverage.java
Modified: trunk/LWJGL/src/generated/org/lwjgl/opengl/ContextCapabilities.java
===================================================================
--- trunk/LWJGL/src/generated/org/lwjgl/opengl/ContextCapabilities.java 2007-01-17 08:00:54 UTC (rev 2724)
+++ trunk/LWJGL/src/generated/org/lwjgl/opengl/ContextCapabilities.java 2007-01-17 08:01:37 UTC (rev 2725)
@@ -989,7 +989,7 @@
long NV_fragment_program_glProgramNamedParameter4dNV_pointer;
long NV_fragment_program_glGetProgramNamedParameterfvNV_pointer;
long NV_fragment_program_glGetProgramNamedParameterdvNV_pointer;
- long NV_framebuffer_multisample_coverage_glRenderbufferStorageMultsampleCoverageNV_pointer;
+ long NV_framebuffer_multisample_coverage_glRenderbufferStorageMultisampleCoverageNV_pointer;
long NV_geometry_program4_glProgramVertexLimitNV_pointer;
long NV_geometry_program4_glFramebufferTextureEXT_pointer;
long NV_geometry_program4_glFramebufferTextureLayerEXT_pointer;
@@ -2214,7 +2214,7 @@
private boolean NV_framebuffer_multisample_coverage_initNativeFunctionAddresses() {
return
- (NV_framebuffer_multisample_coverage_glRenderbufferStorageMultsampleCoverageNV_pointer = GLContext.getFunctionAddress("glRenderbufferStorageMultsampleCoverageNV")) != 0;
+ (NV_framebuffer_multisample_coverage_glRenderbufferStorageMultisampleCoverageNV_pointer = GLContext.getFunctionAddress("glRenderbufferStorageMultisampleCoverageNV")) != 0;
}
private boolean NV_geometry_program4_initNativeFunctionAddresses() {
Modified: trunk/LWJGL/src/generated/org/lwjgl/opengl/NVFramebufferMultisampleCoverage.java
===================================================================
--- trunk/LWJGL/src/generated/org/lwjgl/opengl/NVFramebufferMultisampleCoverage.java 2007-01-17 08:00:54 UTC (rev 2724)
+++ trunk/LWJGL/src/generated/org/lwjgl/opengl/NVFramebufferMultisampleCoverage.java 2007-01-17 08:01:37 UTC (rev 2725)
@@ -17,11 +17,11 @@
}
- public static void glRenderbufferStorageMultsampleCoverageNV(int target, int coverageSamples, int colorSamples, int internalformat, int width, int height) {
+ public static void glRenderbufferStorageMultisampleCoverageNV(int target, int coverageSamples, int colorSamples, int internalformat, int width, int height) {
ContextCapabilities caps = GLContext.getCapabilities();
- long function_pointer = caps.NV_framebuffer_multisample_coverage_glRenderbufferStorageMultsampleCoverageNV_pointer;
+ long function_pointer = caps.NV_framebuffer_multisample_coverage_glRenderbufferStorageMultisampleCoverageNV_pointer;
BufferChecks.checkFunctionAddress(function_pointer);
- nglRenderbufferStorageMultsampleCoverageNV(target, coverageSamples, colorSamples, internalformat, width, height, function_pointer);
+ nglRenderbufferStorageMultisampleCoverageNV(target, coverageSamples, colorSamples, internalformat, width, height, function_pointer);
}
- private static native void nglRenderbufferStorageMultsampleCoverageNV(int target, int coverageSamples, int colorSamples, int internalformat, int width, int height, long function_pointer);
+ private static native void nglRenderbufferStorageMultisampleCoverageNV(int target, int coverageSamples, int colorSamples, int internalformat, int width, int height, long function_pointer);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <eli...@us...> - 2007-01-17 08:00:55
|
Revision: 2724
http://svn.sourceforge.net/java-game-lib/?rev=2724&view=rev
Author: elias_naur
Date: 2007-01-17 00:00:54 -0800 (Wed, 17 Jan 2007)
Log Message:
-----------
Fixed type in NV_framebuffer_multisample_coverage.java
Modified Paths:
--------------
trunk/LWJGL/src/templates/org/lwjgl/opengl/NV_framebuffer_multisample_coverage.java
Modified: trunk/LWJGL/src/templates/org/lwjgl/opengl/NV_framebuffer_multisample_coverage.java
===================================================================
--- trunk/LWJGL/src/templates/org/lwjgl/opengl/NV_framebuffer_multisample_coverage.java 2007-01-13 19:24:05 UTC (rev 2723)
+++ trunk/LWJGL/src/templates/org/lwjgl/opengl/NV_framebuffer_multisample_coverage.java 2007-01-17 08:00:54 UTC (rev 2724)
@@ -40,6 +40,6 @@
int GL_RENDERBUFFER_COVERAGE_SAMPLES_NV = 0x8CAB;
int GL_RENDERBUFFER_COLOR_SAMPLES_NV = 0x8E10;
- void glRenderbufferStorageMultsampleCoverageNV(@GLenum int target, @GLsizei int coverageSamples, @GLsizei int colorSamples,
+ void glRenderbufferStorageMultisampleCoverageNV(@GLenum int target, @GLsizei int coverageSamples, @GLsizei int colorSamples,
@GLenum int internalformat, @GLsizei int width, @GLsizei int height);
-}
\ No newline at end of file
+}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|