Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "wglGraphicsStateGuardian.h"
#include "config_wgldisplay.h"
#include "wglGraphicsBuffer.h"
#include "wglGraphicsPipe.h"
#include "string_utils.h"
#include <atomic>
Go to the source code of this file.
Macros | |
#define | GAMMA_1 (255.0 * 256.0) |
Functions | |
void | _create_gamma_table_wgl (PN_stdfloat gamma, unsigned short *original_red_table, unsigned short *original_green_table, unsigned short *original_blue_table, unsigned short *red_table, unsigned short *green_table, unsigned short *blue_table) |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file wglGraphicsStateGuardian.cxx.
#define GAMMA_1 (255.0 * 256.0) |
Definition at line 789 of file wglGraphicsStateGuardian.cxx.
void _create_gamma_table_wgl | ( | PN_stdfloat | gamma, |
unsigned short * | original_red_table, | ||
unsigned short * | original_green_table, | ||
unsigned short * | original_blue_table, | ||
unsigned short * | red_table, | ||
unsigned short * | green_table, | ||
unsigned short * | blue_table ) |
Definition at line 794 of file wglGraphicsStateGuardian.cxx.