mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
Specify vertex assembler JIT is currently unimplemented
This commit is contained in:
parent
ba6779cfa1
commit
17d57bd933
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
#include "x64_regs.hpp"
|
||||
|
||||
// Recompiler that takes the current vertex attribute configuration, ie the format of vertices (VAO in OpenGL) and emits optimized
|
||||
// code in our CPU's native architecture for loading vertices
|
||||
// code in our CPU's native architecture for loading vertices. Unimplemented at the moment, we've only got a skeleton of it here for later
|
||||
|
||||
class VertexLoaderJIT {
|
||||
using PICARegs = const std::array<u32, 0x300>&;
|
||||
|
|
Loading…
Add table
Reference in a new issue