Giter VIP home page Giter VIP logo

Comments (5)

asuessenbach avatar asuessenbach commented on July 16, 2024

Unfortunately, vk.xml does not specify any defaults.
And I don't see, how one could derive some default that's more meaningful than just zero. I would have expected that value to be supported on every platform, at least as a value with some special meaning.

from vulkan-hpp.

ioquatix avatar ioquatix commented on July 16, 2024

Yeah, that makes sense. Unfortunately, as a default, it's not valid at least on this hardware.

from vulkan-hpp.

mtavenrath avatar mtavenrath commented on July 16, 2024

During the last Khronos Vulkan DevU event the idea came up to something like a 'vk_defaults.xml' file where one could define multiple useful default parameters for CreateInfo structs. This file could be used to create a factory library which would allow you to write something like:

foo::createComponentMapping(foo::ComponentMapping::RGBA)
or
foo::createComponentMapping(foo::ComponentMapping::BGRA

The idea is to have reasonable defaults for all objects where applicable with the option for developers to define their own default values.

One question which comes up if Vulkan-Hpp should use this file too for the default values. Since this will affect source code compatibility unfortunately I'd have to say no.

from vulkan-hpp.

ioquatix avatar ioquatix commented on July 16, 2024

@mtavenrath That's an awesome idea.

If you are worried about source code compatibility, I guess I could relate. But:

1/ Bump major version?
2/ It hasn't been a problem in the past? (major changes to header breaking existing code)
3/ Make it optional?

from vulkan-hpp.

mtavenrath avatar mtavenrath commented on July 16, 2024

Default values should be implemented outside of Vulkan-Hpp in a factory-like utility library. Closing.

from vulkan-hpp.

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.