mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-22 05:15:51 +12:00
More vertex loader JIT files
This commit is contained in:
parent
31bb1e8e0b
commit
9ac8817ee3
4 changed files with 49 additions and 2 deletions
|
@ -1,6 +1,13 @@
|
|||
#pragma once
|
||||
#include "helpers.hpp"
|
||||
#include "vertex_loader_rec.hpp"
|
||||
|
||||
// Common file for our PICA JITs (From vertex config -> CPU assembly and from PICA shader -> CPU assembly)
|
||||
|
||||
namespace Dynapica {
|
||||
|
||||
#ifdef PANDA3DS_DYNAPICA_SUPPORTED
|
||||
static constexpr bool supported() { return true; }
|
||||
#else
|
||||
static constexpr bool supported() { return false; }
|
||||
#endif
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue