Skip to content

Commit e8db5fe

Browse files
committed
latest example still not working
1 parent 189cfae commit e8db5fe

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

include/nbl/application_templates/MonoDeviceApplication.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,16 +203,11 @@ class MonoDeviceApplication : public virtual MonoSystemMonoLoggerApplication
203203
}
204204

205205
// These features are features you'll enable if present but won't interfere with your choice of device
206-
// There's no intersection operator (yet) on the features, so its not used yet!
207206
// virtual function so you can override as needed for some example father down the line
208207
virtual video::SPhysicalDeviceFeatures getPreferredDeviceFeatures() const
209208
{
210209
video::SPhysicalDeviceFeatures retval = {};
211210

212-
/*retval.shaderFloat64 = true;
213-
retval.shaderDrawParameters = true;
214-
retval.drawIndirectCount = true;*/
215-
216211
return retval;
217212
}
218213

0 commit comments

Comments
 (0)