mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-17 12:24:07 +00:00
Gamma back in
This commit is contained in:
parent
00616de78b
commit
b28860eb71
1 changed files with 0 additions and 3 deletions
|
|
@ -394,9 +394,6 @@ JNIEXPORT jint JNICALL Java_org_lwjgl_Display_getGammaRampLength
|
|||
JNIEXPORT jboolean JNICALL Java_org_lwjgl_Display_setGammaRamp
|
||||
(JNIEnv * env, jclass clazz, jobject gammaRampBuffer)
|
||||
{
|
||||
|
||||
return JNI_FALSE;
|
||||
|
||||
const float *gammaRamp = (const float *)env->GetDirectBufferAddress(gammaRampBuffer);
|
||||
// Turn array of floats into array of RGB WORDs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue