PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "winGraphicsPipe.h"
#include "config_windisplay.h"
#include "displaySearchParameters.h"
#include "displayInformation.h"
#include "dtool_config.h"
#include "pbitops.h"
#include <psapi.h>
#include <powrprof.h>
#include <intrin.h>
Go to the source code of this file.
Macros | |
#define | MAXIMUM_PROCESSORS 32 |
Enumerations | |
enum | _Process_DPI_Awareness { Process_DPI_Unaware = 0, Process_System_DPI_Aware = 1, Process_Per_Monitor_DPI_Aware = 2 } |
Functions | |
void | count_number_of_cpus (DisplayInformation *display_information) |
void | get_memory_information (DisplayInformation *display_information) |
int | update_cpu_frequency_function (int processor_number, DisplayInformation *display_information) |
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 winGraphicsPipe.cxx.