MTLStateTracker: Increase fragment buffer array size to 3
This commit is contained in:
parent
fe014dac06
commit
438c48912b
|
@ -237,7 +237,7 @@ private:
|
|||
NSString* label;
|
||||
id<MTLRenderPipelineState> pipeline;
|
||||
std::array<id<MTLBuffer>, 2> vertex_buffers;
|
||||
std::array<id<MTLBuffer>, 2> fragment_buffers;
|
||||
std::array<id<MTLBuffer>, 3> fragment_buffers;
|
||||
u32 width;
|
||||
u32 height;
|
||||
MathUtil::Rectangle<int> scissor_rect;
|
||||
|
|
Loading…
Reference in New Issue