Vulkanised 2024: Common Mistakes When Learning Vulkan - Charles Giessen

Поділитися
Вставка
  • Опубліковано 16 січ 2025

КОМЕНТАРІ • 12

  • @luthecoder
    @luthecoder 7 місяців тому +5

    Can we get the official docs to show how to setup Vulkan using dynamic rendering please 🙏

  • @GloryOfNight
    @GloryOfNight 9 днів тому

    Speaking about abstracting Vulkan... its something that got me on my first Vulkan project. I just couldn't resist try and make abstractions without full understanding of what going on.
    That resulted in me loosing a lot of energy in a wrong place. Indeed, if it's your first vulkan experience - make abstraction as simply as possible (if at all), do not devote too much energy to that.

  • @pengie_
    @pengie_ 9 місяців тому +6

    This is such a good talk and I hope this video gets more exposure, thumbs up!

  • @n00dles4
    @n00dles4 10 місяців тому

    brilliant talk, thank you!

  • @SBH618
    @SBH618 10 місяців тому +13

    I started using Vulkan a year ago and these are the exact mistakes I made

  • @CBaggers
    @CBaggers Місяць тому

    Very useful, thanks!

  • @jamesroome4485
    @jamesroome4485 10 місяців тому +1

    Is there a recommended graphics debugger for macOS?

    • @eqxba
      @eqxba 9 місяців тому +2

      It's XCode itself, it has numerous features in graphics debugging.

    • @jamesroome4485
      @jamesroome4485 9 місяців тому +1

      @@eqxba thank you. I’ve recently used it and it works well.

  • @robrick9361
    @robrick9361 Місяць тому +2

    Avoiding abstraction is advice I wish more tutorials followed.
    I'm trying to learn the API, not someone's idea of how to abstract the API.

  • @fernandogoncalves7297
    @fernandogoncalves7297 8 місяців тому +1

    Write that down, write that down!!