Announcement

Collapse
No announcement yet.

Vpp / Vulkan++: Yet Another Vulkan C++ Abstraction Library

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Vpp / Vulkan++: Yet Another Vulkan C++ Abstraction Library

    Phoronix: Vpp / Vulkan++: Yet Another Vulkan C++ Abstraction Library

    For C++ developers, the Vulkan space is quite vibrant as aside from the official Vulkan-Hpp C++ library there are a growing number of abstraction layers for Vulkan C++ development...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    So once everyone were done praising Vulkan for lowering the overhead, we started embracing it by adding new overhead on top of it…

    When will we ever learn?

    Comment


    • #3
      Since it's header-only, if it is well done it should have exactly zero overhead on optimized builds, everything meaningful will be inlined.

      Comment


      • #4
        Originally posted by efikkan View Post
        So once everyone were done praising Vulkan for lowering the overhead, we started embracing it by adding new overhead on top of it…

        When will we ever learn?
        But one that can be chosen by the developer, instead of being a mandatory part of the driver.

        Comment


        • #5
          Yey! More standards!

          Comment


          • #6
            They shouldn't have used camel notation for functions and variables...

            Comment


            • #7
              The vulkan abstraction library wars have officially begun.

              Comment


              • #8
                So many projects mean that Vulkan is having good acceptance/adoption, which is nice.

                Comment


                • #9
                  Originally posted by LinAGKar View Post

                  But one that can be chosen by the developer, instead of being a mandatory part of the driver.
                  And they can compete and learn from eachother. This is a good thing. I wanted to use vulkan for a long time for a video game, its really nice.

                  Comment

                  Working...
                  X