8000 Tags · TKristof09/VulkanEngine · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: TKristof09/VulkanEngine

Tags

Shader-reload

Toggle Shader-reload's commit message

Frustum-culling

Toggle Frustum-culling's commit message

GTAO

Toggle GTAO's commit message

Flecs

Toggle Flecs's commit message
Switched to using flecs instead of my own ecs

PBR

Toggle PBR's commit message
Implemented PBR and IBL rendering.

RenderGraph

Toggle RenderGraph's commit message
Finished implementing a first working version of a rendergraph.

Bindless-rendering

Toggle Bindless-rendering's commit message
Moved the renderer to a bindless structure, this allows us to not hav…

…e to handle and bind a lot of descriptors. Only one descriptor set remains to store all the textures that are used.
0