Files
GabsPuNs-Project_Zenith_Main/Minecraft.Client/Consoles/PS3/SPU_Tasks/LevelRenderChunks/LevelRenderChunks.h
GabsPuNs f87525a519 New File System and Cleanup some code Part 1
Trial code is almost cleaned.
Consoles are now unused.
stdafx unbloat for Minecraft.Client
2026-05-24 15:30:31 -04:00

20 lines
271 B
C++

#pragma once
class RenderChunksSpuDataIn
{
public:
CellGcmContextData m_PPUGcmContext;
int m_numLists;
int m_padding[3];
int m_listArray[8000];
};
class RenderChunksSpuDataOut
{
public:
uint32_t m_commandBuffer[16*1024]; // 16*4 Kb
int m_commandBufferSize;
};