mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-22 21:35:51 +12:00
More shader JIT groundwork
This commit is contained in:
parent
bf0436a85b
commit
cf9ed3d460
7 changed files with 46 additions and 7 deletions
7
src/core/PICA/dynapica/shader_rec.cpp
Normal file
7
src/core/PICA/dynapica/shader_rec.cpp
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue