mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-09 15:45:40 +12:00
7 lines
No EOL
201 B
C++
7 lines
No EOL
201 B
C++
#include "PICA/dynapica/shader_rec.hpp"
|
|
|
|
#ifdef PANDA3DS_SHADER_JIT_SUPPORTED
|
|
void ShaderJIT::prepare(PICAShader& shaderUnit) {
|
|
printf("HAPPY HAPPY HAPPY\n");
|
|
}
|
|
#endif // PANDA3DS_SHADER_JIT_SUPPORTED
|