classes

  • core the engine core, here all graphics resources and render operations are described.
    • ivk deals with all objects that are directly mapped to vulkan objects (i.e. they have internal vulkan concepts in them)
    • stream stream contains a type erased "stream" of memory with basic facilities to protect it from incorrect casts.
  • std STL namespace.