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

Typo in docu #14

Closed LukasBanana closed 6 years ago

LukasBanana commented 6 years ago

D3DResourceViewHeapSegment2 & -1 are falsely reversed. https://github.com/LukasBanana/LLGL/blob/4cdb0b6724d13477567ff83fbc613dec8df65b62/sources/Renderer/Direct3D11/RenderState/D3D11ResourceHeap.cpp#L34

LukasBanana commented 6 years ago

Fixed with cb06c8f.