project64/Source/Project64-video/Renderer/Renderer.cpp

10 lines
373 B
C++
Raw Normal View History

2021-03-02 02:13:17 +00:00
// Project64 - A Nintendo 64 emulator
// http://www.pj64-emu.com/
// Copyright(C) 2001-2021 Project64
// Copyright(C) 2003-2009 Sergey 'Gonetz' Lipski
// Copyright(C) 2002 Dave2001
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.htmlfs
2017-05-17 08:01:54 +00:00
#include <Project64-video/Renderer/Renderer.h>
uint32_t nbTextureUnits = 0;
uint32_t g_scr_res_x, g_scr_res_y, g_res_x, g_res_y;