1#ifndef NXDK_PGRAPH_TESTS_STENCIL_TESTS_H
2#define NXDK_PGRAPH_TESTS_STENCIL_TESTS_H
23 uint32_t stencil_op_zpass;
24 const char *stencil_op_zpass_str;
25 bool stencil_test_enabled;
26 bool depth_test_enabled;
27 uint32_t stencil_clear_value;
28 uint32_t stencil_ref_value;
37 void CreateGeometry(
const float sideLength,
const float r,
const float g,
const float b);
Definition stencil_tests.h:20
void Initialize() override
Called to initialize the test suite.
Definition stencil_tests.cpp:33
Definition test_host.h:47
Definition test_suite.h:20
Definition stencil_tests.h:22
Runtime configuration for TestSuites.
Definition test_suite.h:23