Correction for required device features
This commit is contained in:
parent
bdd3678859
commit
27a1e15ce4
2 changed files with 4 additions and 4 deletions
|
|
@ -98,7 +98,7 @@ public:
|
|||
virtual void getEnabledFeatures()
|
||||
{
|
||||
// Geometry shader support is required for this example
|
||||
if (deviceFeatures.fillModeNonSolid) {
|
||||
if (deviceFeatures.geometryShader) {
|
||||
enabledFeatures.geometryShader = VK_TRUE;
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue