Giter Club home page Giter Club logo

Comments (3)

maierfelix avatar maierfelix commented on September 3, 2024 1

I didn't added Functions yet, so in your example, the pfnUserCallback callback will never get fired, because it's not implemented yet.

Though that's only one of a few last missing pieces until the entire API is covered.

To answer your second question:

The PFN alias in PFN_vkCreateDebugUtilsMessengerEXT is removed, as NVK has a function loader internally and automatically resolves the function pointers. You can find the function here

Edit: You can find the function loader here (at the beginning of the file)

from nvk.

zeeshan595 avatar zeeshan595 commented on September 3, 2024

If you look at this, it shows how it is done in cpp https://github.com/zeeshan595/tortuga-library/blob/master/Source/Tortuga/Graphics/VulkanInstance.cpp#L27

However PFN_vkCreateDebugUtilsMessengerEXT and vkGetInstanceProcAddr don't exist in nvk

from nvk.

maierfelix avatar maierfelix commented on September 3, 2024

should be fixed in v0.7.3

from nvk.

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.