mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-07 19:41:38 +12:00
rename files
This commit is contained in:
parent
a08d61ad46
commit
9527c2acdb
7 changed files with 12 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
#include <algorithm>
|
||||
#include "colour.hpp"
|
||||
#include "renderer_mtl/renderer_mtl.hpp"
|
||||
#include "renderer_mtl/texture.hpp"
|
||||
#include "renderer_mtl/mtl_texture.hpp"
|
||||
|
||||
using namespace Helpers;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#include "renderer_mtl/texture.hpp"
|
||||
#include "renderer_mtl/mtl_texture.hpp"
|
||||
#include "colour.hpp"
|
||||
#include <array>
|
||||
|
|
@ -404,7 +404,6 @@ void RendererMTL::drawVertices(PICA::PrimType primType, std::span<const PICA::Ve
|
|||
renderCommandEncoder->setVertexBytes(®s[0x48], 0x200 - 0x48, 0);
|
||||
renderCommandEncoder->setFragmentBytes(®s[0x48], 0x200 - 0x48, 0);
|
||||
|
||||
// TODO: respect primitive type
|
||||
renderCommandEncoder->drawPrimitives(toMTLPrimitiveType(primType), NS::UInteger(0), NS::UInteger(vertices.size()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue