mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-23 05:45:51 +12:00
Moar
This commit is contained in:
parent
cf9ed3d460
commit
364443d66f
4 changed files with 19 additions and 6 deletions
|
@ -13,6 +13,8 @@ class VertexLoaderJIT {
|
|||
|
||||
public:
|
||||
#if defined(PANDA3DS_DYNAPICA_SUPPORTED) && defined(PANDA3DS_X64_HOST)
|
||||
#define PANDA3DS_VERTEX_LOADER_JIT_SUPPORTED
|
||||
|
||||
void loadVertices(Vertex* output, size_t count, PICARegs regs);
|
||||
static constexpr bool isAvailable() { return true; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue