Panda3DS/src/core/PICA/dynapica/shader_rec.cpp
2023-06-07 17:44:46 +03:00

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