Specify vertex assembler JIT is currently unimplemented

This commit is contained in:
wheremyfoodat 2023-07-01 03:45:56 +03:00
parent ba6779cfa1
commit 17d57bd933

View file

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