Git Product home page Git Product logo

Comments (6)

zeux avatar zeux commented on August 16, 2024

This looks like an inverse of #8... I'll take a look. Are you using Windows or Linux? Is this with debug layers enabled?

from volk.

turanszkij avatar turanszkij commented on August 16, 2024

That is strange.. I'm using Windows, it's happening with either debug layers enabled or disabled. Vulkan SDK 1.2.162. It's not urgent though, as my workaround is working fine. Thanks!

from volk.

zeux avatar zeux commented on August 16, 2024

At the risk of asking a stupid question, are you specifying VK_EXT_debug_utils during instance creation?

The behavior I observe is:

  • When VK_EXT_debug_utils is present in the extension list, the function pointer is non-NULL and correct
  • When VK_EXT_debug_utils is absent from the extension list, the function pointer is NULL; using vkGetDeviceProcAddr retrieves a function pointer but I don't think this is guaranteed.

from volk.

zeux avatar zeux commented on August 16, 2024

As for using vkGetDeviceProcAddr for this function, volk isn't doing this since this change: 196003a

Quoting the commit message:

Vulkan specification says that while core device-level commands and
device-level commands provided by device extensions can be loaded by
GDPA, device-level commands provided by instance extensions can't be.

vkSetDebugUtilsObjectNameEXT is provided by VK_EXT_debug_utils which is an instance-level extension.
GDPA happens to work but the specification doesn't guarantee that.

Interestingly, the spec itself has an example of using GDPA to retrieve vkSetDebugUtilsObjectNameEXT which is odd.
I'm going to ask people who understand the spec better than I do and possibly file a spec bug for this.

from volk.

turanszkij avatar turanszkij commented on August 16, 2024

The VK_EXT_debug_utils was a good tip. It was only enabled for me in some specific circumstance, and in that case, Volk creates the functions correctly! Thanks, this is a good solution for me!

from volk.

zeux avatar zeux commented on August 16, 2024

Sounds good. I've confirmed that GIPA is the only valid way to retrieve this pointer and filed KhronosGroup/Vulkan-Docs#1432 to address the examples that are part of the spec.

from volk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.