1#ifndef POINTPARAMSTESTS_H
2#define POINTPARAMSTESTS_H
73 void Test(
const std::string &name,
bool point_params_enabled,
bool point_smooth_enabled,
int point_size,
76 void TestDetailed(
const std::string &name,
bool use_shader);
78 void TestScaleParams(
bool scale_a,
bool scale_b,
bool scale_c,
bool use_shader);
Definition point_params_tests.h:66
void Initialize() override
Called to initialize the test suite.
Definition point_params_tests.cpp:187
Definition test_host.h:33
Definition test_suite.h:20
Runtime configuration for TestSuites.
Definition test_suite.h:23