Commit ec1f230
sm1021.shin
Add default maxBufferCount in GraphicBufferProducer
Some modules that inherit and use IGraphicBufferProducer
don't set maxBufferCount. As a result, the maxBufferCount value
that has been queried in libvulkan is 0,
and the creation of swapchain fails.
Therefore, the default value (64) is set to maxBufferCount.
Test: build, Mcts
Bug: 376142095
Change-Id: Ie5c5f747ecd6c15ffae80cc32b9f5a90b1a44df3
Signed-off-by: sm1021.shin <sm1021.shin@samsung.com>1 parent e57dca0 commit ec1f230
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
| 406 | + | |
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
| |||
0 commit comments