OGRECave / ogre-next

aka ogre v2 - scene-oriented, flexible 3D C++ engine
https://ogrecave.github.io/ogre-next/api/latest
Other
1.03k stars 227 forks source link

move the adjacency flag to render operation where it belongs ogre-next-3-0 #455

Closed bishopnator closed 1 month ago

bishopnator commented 2 months ago

move the adjacency flag to render operation where it belongs instead of the geometry shader - for e.g. rendering adjacency buffers without an geometry shader attached.

darksylinc commented 1 month ago

I've pushed two changes to your PR (one to fix Clang Format, another to port your enum changes to Vulkan).

Once CI is done checking I'll merge your PR.

darksylinc commented 1 month ago

Thank you for the PR!!!