small documentation
This commit is contained in:
@@ -52,6 +52,7 @@ void MinecraftPipeline::render(McpipBlock* blocks, const u32& count,
|
||||
if (noFullClipChecks) {
|
||||
for (u32 i = 0; i < count; i++) cullIndexes.push_back(i);
|
||||
cull(blocks, cullIndexes, &texBuffers, isMulti);
|
||||
return;
|
||||
} else {
|
||||
u32 culled = 0, clipped = 0;
|
||||
std::vector<u32> clipIndexes;
|
||||
|
||||
@@ -23,7 +23,6 @@ void StaticPipeline::init(RendererCore* t_core) {
|
||||
|
||||
void StaticPipeline::onUse() { core.reinitVU1Programs(); }
|
||||
|
||||
// TODO - Clipping mode
|
||||
// TODO - StaPipCore::render(StaPipBag* bags, StaPipBagPackagesBBox* bboxes,
|
||||
// const u32& count)
|
||||
// TODO - MD2 loader - choose between static/dynamic mesh
|
||||
|
||||
Reference in New Issue
Block a user