The Vulkan GLSL Ray Tracing Emulator is an online application that aims to simulate the ray tracing shader pipeline from the Vulkan GL EXT ray tracing specification.
To this end, a pre-compiler is provided that translates the ray tracing shader code into a classic WebGL GLSL fragment shader, which generates a direct preview of the shader’s output image in the browser.
Most importantly, the emulator also allows exporting the ray tracing shader code as a C Vulkan project that can fully exploit the dedicated ray tracing acceleration hardware available in recent graphics cards (such as Nvidia Geforce RTX GPUs or the AMD RX 6000 series).
The web-based emulator is intended for computer graphics education or rapid prototyping of GLSL ray tracing shaders. It does not require a high-end GPU with special ray tracing hardware. Only if you want to run the exported C Vulkan stand-alone application, a GPU with ray tracing accelerator hardware is necessary.
A tutorial is available here:
12 views
242
58
2 months ago 00:15:58 1
AMD Radeon RX 560 4GB: gameplay в 25 популярных играх при Full HD
2 months ago 00:09:03 1
anthraxAI game engine: point lights, direct light, updates (c++/vulkan)
3 months ago 00:12:51 1
Deadlock | ПОВЫШЕНИЕ FPS и ОПТИМИЗАЦИЯ | НАСТРОЙКИ ГРАФИКИ в ДЕДЛОК
3 months ago 00:16:34 1
Главная проблема майнкрафта это её оптимизация
4 months ago 00:37:24 1
Experience Next-Level Gaming with Regata OS
5 months ago 05:09:02 1
writing my own game engine (vulkan/c++) // i wish i could overwrite myself