GPUOpen-Archive / Anvil

Anvil is a cross-platform framework for Vulkan
MIT License
594 stars 62 forks source link

GCC 8 compatibility fix #144

Closed thesmallcreeper closed 5 years ago

thesmallcreeper commented 5 years ago

MipmapRawData already has a default constructor that set all values to 0/nullptr. Even if the memset did the same GCC 8 throws errors. Now it does not.

thesmallcreeper commented 5 years ago

Latest commit has this fix! :D <3. No need for this pull request, Anvil gotta work just fine now with GCC 8. :) Closing the pull request.

Thank you and have a nice day :D <3