[ogre 13] debugging advances and vulkan

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
Post Reply
loath
Platinum Sponsor
Platinum Sponsor
Posts: 290
Joined: Tue Jan 17, 2012 5:18 am
x 67

[ogre 13] debugging advances and vulkan

Post by loath »

somehow i missed this but awhile back @paroj mentioned some debugging improvements on patreon:
https://www.patreon.com/posts/vulkan-and-58430672

do i just need to update to the latest ogre 13 to see these? awesome change!

i know vulkan support is farther out and won't necessarily support HLSL right away but...
what are the advantages with the vulkan rendersystem? better performance than dx11 i'm assuming? anything else?

paroj
OGRE Team Member
OGRE Team Member
Posts: 1995
Joined: Sun Mar 30, 2014 2:51 pm
x 1075
Contact:

Re: [ogre 13] debugging advances and vulkan

Post by paroj »

you should get the texture names out of the box with 13.2+.
To get the grouping by RenderTarget and Material, you have to compile Ogre with OGRE_PROFILING=ON. This is hidden behind that option as it requires debug markers per-frame, which may slow down rendering.

As for Vulkan; there is no immediate advantage of using it besides trying the new stack. It is not yet feature-complete with GL3+ (the primary goal right now). Therefore I actually expect it to be slower than the other rendersystems.

loath
Platinum Sponsor
Platinum Sponsor
Posts: 290
Joined: Tue Jan 17, 2012 5:18 am
x 67

Re: [ogre 13] debugging advances and vulkan

Post by loath »

great, didn't know this! thanks!

Post Reply