More shader JIT groundwork

This commit is contained in:
wheremyfoodat 2023-06-07 17:44:46 +03:00
parent bf0436a85b
commit cf9ed3d460
7 changed files with 46 additions and 7 deletions

View file

@ -0,0 +1,7 @@
#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