SaschaWillems / Vulkan-glTF-PBR

Physical based rendering with Vulkan using glTF 2.0 models
MIT License
915 stars 124 forks source link

redundant call to generateCubemaps() #67

Closed kyamant closed 9 months ago

kyamant commented 11 months ago

generateCubemaps() is called from prepare() as well as loadEnvironment(std::string filename); one of them is redundant