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

Vault 1

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

1:1 Vulkan C-API Wrapper Namespace:

  • Structs are wrapped in struct namespace for their related class of functionality.
  • Struct have their EStructType and other components member initialized to an appropriate default value.
  • Equality comparison operators for Vulkan API structures defined
  • All functionality are defined as static members within these struct namespaces.
  • The only extra definitions are helper structures / functionality for library use or aid in producing the library.

Namespace: V1

Clone this wiki locally