1#ifndef NXDK_PGRAPH_TESTS_PIXEL_SHADER_TESTS_H
2#define NXDK_PGRAPH_TESTS_PIXEL_SHADER_TESTS_H
4#include "image_resource.h"
23 void TestPassthrough();
39 void TestBumpEnvMap(
bool luminance =
false);
51 void TestDependentColorChannel(
bool use_green_blue =
false);
56 void DrawPlainImage(
float x,
float y,
const ImageResource &image,
float quad_size,
bool border =
true)
const;
57 void DrawZBuffer(
float left,
float top, uint32_t src_x, uint32_t src_y, uint32_t quad_size)
const;
Definition pixel_shader_tests.h:14
void Initialize() override
Called to initialize the test suite.
Definition pixel_shader_tests.cpp:77
Definition test_host.h:33
Definition test_suite.h:20
Definition image_resource.h:7
Runtime configuration for TestSuites.
Definition test_suite.h:23