This commit is contained in:
wheremyfoodat 2023-06-07 18:22:07 +03:00
parent cf9ed3d460
commit 364443d66f
4 changed files with 19 additions and 6 deletions

View file

@ -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; }