flingengine / FlingEngine

A Vulkan game engine with a focus on data oriented design
https://fling-engine.site/
MIT License
408 stars 16 forks source link

Remove unnecessary null pointer checks #174

Closed elfring closed 5 months ago

elfring commented 1 year ago

An extra null pointer check is not needed in functions like the following.

BenjaFriend commented 5 months ago

https://github.com/flingengine/FlingEngine/pull/176