mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-08 03:51:39 +12:00
10 lines
No EOL
237 B
C++
10 lines
No EOL
237 B
C++
#include <PICA/dynapica/shader_rec.hpp>
|
|
#include <catch2/catch_approx.hpp>
|
|
#include <catch2/catch_test_macros.hpp>
|
|
|
|
#include "PICA/shader.hpp"
|
|
|
|
#if defined(PANDA3DS_SHADER_JIT_SUPPORTED)
|
|
TEST_CASE("Test", "[shader][dynapica]") {}
|
|
|
|
#endif |