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

@ -29,7 +29,7 @@ class GPU {
uint immediateModeVertIndex;
uint immediateModeAttrIndex; // Index of the immediate mode attribute we're uploading
template <bool indexed>
template <bool indexed, bool useShaderJIT>
void drawArrays();
// Silly method of avoiding linking problems. TODO: Change to something less silly