1#ifndef NXDK_PGRAPH_TESTS_DEPTH_CLAMP_TESTS_H
2#define NXDK_PGRAPH_TESTS_DEPTH_CLAMP_TESTS_H
8namespace PBKitPlusPlus {
20 void Test(
bool w_buffered,
bool clamp,
bool zbias,
bool full_range,
bool vsh);
21 void TestEqualDepth(
bool w_buffered,
float ofs);
Definition depth_clamp_tests.h:12
void Deinitialize() override
Called to tear down the test suite.
Definition depth_clamp_tests.cpp:54
void Initialize() override
Called to initialize the test suite.
Definition depth_clamp_tests.cpp:52
Definition test_host.h:33
Definition test_suite.h:21
Runtime configuration for TestSuites.
Definition test_suite.h:24