This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/gpu/intern
Jacques Lucke 19dfb6ea1f Cleanup: enable modernize-use-equals-default check
This removes a lot of unnecessary code that is generated by
the compiler automatically.

In very few cases, a defaulted destructor in a .cc file is
still necessary, because of forward declarations in the header.

I removed some defaulted virtual destructors, because they are not
necessary, when the parent class has a virtual destructor already.

Defaulted constructors are only necessary when there is another
constructor, but the class should still be default constructible.

Differential Revision: https://developer.blender.org/D10911
2021-04-08 11:07:27 +02:00
..
2020-10-02 11:59:16 +10:00
2020-10-23 19:33:51 +02:00
2021-03-04 16:58:03 +11:00
2020-10-02 11:59:16 +10:00
2020-10-02 11:59:16 +10:00
2020-10-19 09:11:00 -07:00
2021-02-17 15:04:29 +11:00
2021-02-20 15:35:00 +11:00