Git Product home page Git Product logo

Comments (5)

zeux avatar zeux commented on August 16, 2024

It's the actual implementation? volk is not a header only library.

from volk.

ewtoombs avatar ewtoombs commented on August 16, 2024

You can use volk in header-only fashion. Include volk.h wherever you want to use Vulkan functions. In exactly one source file, define VOLK_IMPLEMENTATION before including volk.h. Do not build volk.c at all in this case. This method of integrating volk makes it possible to set the platform defines mentioned above with arbitrary (preprocessor) logic in your code.

from volk.

zeux avatar zeux commented on August 16, 2024

Yes, and the way that works is by volk.h including volk.c, not the other way around. This is because volk is not a header-only library, and the recommended way to use volk is to compile volk.c - the header-only mode is "special" and only activated via the use of VOLK_IMPLEMENTATION macro.

from volk.

ewtoombs avatar ewtoombs commented on August 16, 2024

Ohhh, so even if volk.h is being used header-only and volk.c is not being compiled on its own, it must still be in the same directory. This was not clear from the README.

It should be modified to read something like

You can use volk in header-only fashion. Include volk.h wherever you want to use Vulkan functions. In exactly one source file, define VOLK_IMPLEMENTATION before including volk.h. Do not build volk.c at all in this case. volk.c must still be in the same directory as volk.h. This method of integrating volk makes it possible to set the platform defines mentioned above with arbitrary (preprocessor) logic in your code.

from volk.

zeux avatar zeux commented on August 16, 2024

Yup - that's a good suggestion, thanks!

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.