1#ifndef NXDK_PGRAPH_TESTS_SHADE_MODEL_TESTS_H
2#define NXDK_PGRAPH_TESTS_SHADE_MODEL_TESTS_H
22 void TestShadeModelFixed(uint32_t model, uint32_t provoking_vertex,
TestHost::DrawPrimitive primitive,
bool texture);
23 void TestShadeModel(uint32_t model, uint32_t provoking_vertex,
TestHost::DrawPrimitive primitive,
bool texture);
25 void TestShadeModelFixed_W(uint32_t model, uint32_t provoking_vertex,
TestHost::DrawPrimitive primitive,
bool texture,
26 float w,
float w_inc);
Definition shade_model_tests.h:15
void Initialize() override
Called to initialize the test suite.
Definition shade_model_tests.cpp:111
Definition test_host.h:47
DrawPrimitive
Enumerates the rendering primitives supported by the NV2A.
Definition test_host.h:71
Definition test_suite.h:20
Definition vertex_buffer.h:204
Runtime configuration for TestSuites.
Definition test_suite.h:23