Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.

Vault 4

Edward R. Gonzalez edited this page Sep 6, 2020 · 5 revisions

Object-Oriented Bootstrapped Backend

  • Provides a minimal backend to get work started with Vulkan.
  • Requires VT_V4_Setup_Implementation to be be defined in a cpp with the library include to have static allocations required.
  • V4 Objects preserve their own info's (allocate, app, cache, create infos, etc). This makes debugging / keeping track of object's information easier.

Namespace: V4

(Note: Looking into possibly caching some of the references used per object...)

Clone this wiki locally