mirror of
https://github.com/dolphin-emu/hwtests.git
synced 2026-01-31 01:05:17 +01:00
Expose GXTest::text_buffer in the header
This is to allow using it as a texture externally.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
namespace GXTest
|
||||
{
|
||||
#define TEST_BUFFER_SIZE (640 * 528 * 4)
|
||||
static u32* test_buffer;
|
||||
u32* test_buffer;
|
||||
|
||||
#ifdef ENABLE_DEBUG_DISPLAY
|
||||
static u32 fb = 0;
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
|
||||
namespace GXTest
|
||||
{
|
||||
extern u32* test_buffer;
|
||||
|
||||
// Four component vector with arbitrary base type
|
||||
template <typename T>
|
||||
union Vec4
|
||||
|
||||
Reference in New Issue
Block a user