Structsยง
- Device
Context - A set of handles required for any one-shot GPU operation
(memory allocation, one-shot commands). Groups the handles that are typically
passed around together throughout the
vulkan/module. - Submit
Context - Command pool + queue for submitting one-shot commands (staging uploads, mipmap generation, etc.).