core renderer refactor finish
This commit is contained in:
@@ -42,6 +42,10 @@ class BlockizerProgramsManager {
|
||||
|
||||
void clearLastProgram() { lastProgramName = UndefinedMcpipProgram; }
|
||||
|
||||
void cullSpam(McpipBlock*** blockPointerArrays, u32* blockPointerArrayCounts,
|
||||
u32 blockPointerArraysCount,
|
||||
RendererCoreTextureBuffers* texBuffers, const bool& isMulti);
|
||||
|
||||
void cull(McpipBlock** blockPointerArray, u32 blockPointerArrayCount,
|
||||
RendererCoreTextureBuffers* texBuffers, const bool& isMulti);
|
||||
|
||||
@@ -69,6 +73,7 @@ class BlockizerProgramsManager {
|
||||
|
||||
void setProgramsCache();
|
||||
void uploadBlock(bool isMulti);
|
||||
void addProgram(McpipProgram* program);
|
||||
void sendPacket(McpipProgram* program);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user