NVIDIAGameWorks / NRI

Low-level abstract render interface
MIT License
219 stars 25 forks source link

feat: mark methods as overriden for Device D3D11/12/Val/Vulkan #106

Closed pollend closed 4 days ago

pollend commented 5 days ago

I get a warning in xcode for these methods. might be a good idea to mark these as overriden, should help catch problems if DeviceBase is ever changed in a way where these are not considered overridden.

Its a nitpick change but this should be easy to verify for correctness.

dzhdanNV commented 4 days ago

Nice! Thanks. Integrated. Sorry for the delay.