It is illogical (device) // Vulkan For Beginners #6

Поделиться
HTML-код
  • Опубликовано: 14 янв 2025

Комментарии • 11

  • @OGLDEV
    @OGLDEV  9 месяцев назад +1

    Clone the sources:
    git clone --recurse-submodules github.com/emeiri/ogldev.git
    If you want to get the same version that was used in the video you can checkout the tag 'VULKAN_06'.
    Build on Windows:
    Open the Visual Studio solution: ogldev\Windows\ogldev_vs_2022\ogldev_vs_2022.sln
    Build the project 'Vulkan\Tutorials\Tutorial04-06'

  • @eternalnerd_
    @eternalnerd_ 10 дней назад

    OGLDev you have the best graphics programming videos. I love the humor XD

    • @OGLDEV
      @OGLDEV  10 дней назад

      Glad you enjoy it! 😁

  • @chrispizz1327
    @chrispizz1327 9 месяцев назад

    An other step forward to the final goal ... I can't wait to see a viewable 3D result !

    • @OGLDEV
      @OGLDEV  9 месяцев назад +2

      We are almost there! Just need a swap chain, a few command buffers, couple of semaphores, render pass, framebuffer, pipeline and shaders...

  • @chrispizz1327
    @chrispizz1327 9 месяцев назад

    Do you think we will have more FPS with VULKAN than with OPENGL for the same game ?

    • @OGLDEV
      @OGLDEV  9 месяцев назад +1

      If you architect it correctly, yes. Vulkan provides you the tools to take advantage of the parallelism on the CPU and GPU and you can tailor the behavior of the GPU to fit the specific game. In addition, it reduces the overhead of the driver which can be substantial. An OpenGL has to be generic because it has no knowledge about how the game behaves. However... it is not so easy and you may end up with something that doesn't work faster if you don't do it properly.

  • @ProjectPhysX
    @ProjectPhysX 9 месяцев назад

    🖖

    • @OGLDEV
      @OGLDEV  9 месяцев назад

      :-)

  • @twenty-fifth420
    @twenty-fifth420 8 месяцев назад

    >Me talking to holographic spock during my Kobayashi Maru.
    “Spock, it is simple science. This is simply illogical for Vulkan! It is a no win scenario! You can’t just pass a triangle to a circle and make it work Mr Spock!”
    “Indeed Captain, for this test, you must somehow win the Kobayashi Maru by putting this red triangle in that blue circle hole.”
    “Bogus Mr Spock! It has never been done even for the highest of Vulkan wizards!”
    🤨 🖖”Then I guess you will be the first to try Captain.”

    • @OGLDEV
      @OGLDEV  8 месяцев назад

      Shakespeare!