nngn
Loading...
Searching...
No Matches
render_test.h
Go to the documentation of this file.
1#ifndef NNGN_TEST_RENDER_H
2#define NNGN_TEST_RENDER_H
3
4#include <QTest>
5
6class RenderTest : public QObject {
7 Q_OBJECT
8private slots:
9 void uv_coords_data();
10 void uv_coords();
11};
12
13#endif
Definition render_test.h:6
void uv_coords()
Definition render_test.cpp:70
void uv_coords_data()
Definition render_test.cpp:12