Enabled Multi-Draw Indirect feature
This commit is contained in:
parent
65c67c14b7
commit
76617ae571
|
@ -188,6 +188,7 @@ namespace SHADE
|
||||||
// point and lines fill mode
|
// point and lines fill mode
|
||||||
features.fillModeNonSolid = true;
|
features.fillModeNonSolid = true;
|
||||||
features.samplerAnisotropy = VK_TRUE;
|
features.samplerAnisotropy = VK_TRUE;
|
||||||
|
features.multiDrawIndirect = true;
|
||||||
|
|
||||||
// for wide lines
|
// for wide lines
|
||||||
features.wideLines = true;
|
features.wideLines = true;
|
||||||
|
|
Loading…
Reference in New Issue