LukasBanana / LLGL

Low Level Graphics Library (LLGL) is a thin abstraction layer for the modern graphics APIs OpenGL, Direct3D, Vulkan, and Metal
BSD 3-Clause "New" or "Revised" License
2.05k stars 139 forks source link

Move "GenerateMips" to CommandBuffer interface #18

Closed LukasBanana closed 5 years ago

LukasBanana commented 6 years ago

The GenerateMips functions should be part of the CommandBuffer interface instead of the RenderSystem interface.

Reason:

Appendix:

LukasBanana commented 5 years ago

Done with 0c206ef