mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-01 21:52:41 +02:00
Merge pull request #12420 from OatmealDome/mtl-oob
MTLStateTracker: Increase fragment buffer array size to 3
This commit is contained in:
commit
c159e4fb7a
@ -237,7 +237,7 @@ private:
|
|||||||
NSString* label;
|
NSString* label;
|
||||||
id<MTLRenderPipelineState> pipeline;
|
id<MTLRenderPipelineState> pipeline;
|
||||||
std::array<id<MTLBuffer>, 2> vertex_buffers;
|
std::array<id<MTLBuffer>, 2> vertex_buffers;
|
||||||
std::array<id<MTLBuffer>, 2> fragment_buffers;
|
std::array<id<MTLBuffer>, 3> fragment_buffers;
|
||||||
u32 width;
|
u32 width;
|
||||||
u32 height;
|
u32 height;
|
||||||
MathUtil::Rectangle<int> scissor_rect;
|
MathUtil::Rectangle<int> scissor_rect;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user