1#ifndef NXDK_PGRAPH_TESTS_TEXTURE_FORMAT_TESTS_H
2#define NXDK_PGRAPH_TESTS_TEXTURE_FORMAT_TESTS_H
9namespace PBKitPlusPlus {
10struct TextureFormatInfo;
12using namespace PBKitPlusPlus;
31 void CreateGeometry();
34 void Test(
const TextureFormatInfo &texture_format);
37 void TestPalettized(TestHost::PaletteSize size);
40 void TestXAlpha(
const TextureFormatInfo &texture_format);
43 void TestDepth(
const TextureFormatInfo &texture_format);
45 static std::string MakeTestName(
const TextureFormatInfo &texture_format);
46 static std::string MakePalettizedTestName(TestHost::PaletteSize size);
47 static std::string MakeXAlphaTestName(
const TextureFormatInfo &texture_format);
48 static std::string MakeDepthTestName(
const TextureFormatInfo &texture_format);
Definition test_host.h:33
Definition test_suite.h:21
Tests sampling of NV2A texture formats, verifying color conversion, swizzling, and alpha channel hand...
Definition texture_format_tests.h:23
void Initialize() override
Called to initialize the test suite.
Definition texture_format_tests.cpp:277
void Deinitialize() override
Called to tear down the test suite.
Definition texture_format_tests.cpp:287
Runtime configuration for TestSuites.
Definition test_suite.h:24