mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-03 19:38:00 -06:00
fix: incorrect texture view pointers
This commit is contained in:
parent
82c2d14828
commit
a28f9d65fc
@ -125,7 +125,7 @@ struct MetalState
|
||||
MetalActiveFBOState m_lastUsedFBO;
|
||||
|
||||
size_t m_vertexBufferOffsets[MAX_MTL_VERTEX_BUFFERS];
|
||||
class LatteTextureViewMtl* m_textures[LATTE_NUM_MAX_TEX_UNITS] = {nullptr};
|
||||
class LatteTextureViewMtl* m_textures[LATTE_NUM_MAX_TEX_UNITS * 3] = {nullptr};
|
||||
size_t m_uniformBufferOffsets[METAL_GENERAL_SHADER_TYPE_TOTAL][MAX_MTL_BUFFERS];
|
||||
|
||||
MTL::Viewport m_viewport;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user