Vulkan Pipelines, Barrier, memory management
Hi! Once again, I am going to present you some vulkan features, like pipelines, barriers, memory management, and all things useful for prior ones. This article will be long, but it will be separating into several chapters. Memory Management In Vulkan application, it is up to the developer to manage himself the memory. The number […]
Rendering, Vulkan
(AZDO, C++11, global illumination, OpenGL, Pipelines, rendering equation, Vulkan)
Lava erupting from Vulkan : Initialization or Hello World
Hi there ! A Few weeks ago, February 16th to be precise, Vulkan, the new graphic API from Khronos was released. It is a new API which gives much more control about the GPUs than OpenGL (API I loved before Vulkan ^_^). OpenGL’s problems Driver Overhead Fast rendering problems could be from the driver, video games […]
Vulkan
(AZDO, C++11, C++14, Hello World, OpenGL, Vulkan)
Flux: Qt Quick with unidirectional data flow
Hello ! Today is an important day, is the day of the first article of Qt I wrote. Have you ever heard anything about Model View Controller or Model View Delegate???? Yes obviously, but right now, we’re going to talk about another thing (yes I am funny I know) . We are going to talk […]
Qt / Qml
(C++11, Flux, Flux Pattern, QML, Qt, QtDev)