Todo List
- Page
- Have support for object model enforcement.
- Module Vault_
MagmaChamber - #TODO Look into possibly implementing with the Volk library.
- Member VV::
Corridors:: QueueFamily_Ignored - #TODO: Make a better brief/detailed elaboration.
- Member VV::
Corridors:: Subpass_External - #TODO : Make a better brief/detailed elaboration.
- Member VV::
V2:: AppInstance:: GetAvailablePhysicalDeviceGroups (Handle _handle, DynamicArray<PhysicalDevice::Group>&_groupListing) - Make the group listing container type specifiable using an interface.
- Member VV::
V2:: AppInstance:: GetAvailablePhysicalDevices (Handle _handle, DynamicArray<PhysicalDevice::Handle>&_deviceListing) - Make the device listing container type specifiable using an interface.
- Member VV::
V2:: Memory:: WriteToGPU (LogicalDevice:: Handle _device, Handle _memory, DeviceSize _offset, DeviceSize _size, MapFlags _flags, RoVoidPtr&_data) - Add exception handling for this / return code...
- Member VV::
V3:: PhysicalDevice:: CheckExtensionSupport (RoCStr _extensionSpecified) const - make the extensions specified container generic using an interface.
- Member VV_
VULKAN_ INCLUDEGUARD - This guard is necessary to prevent redefinition errors. I am not entirely sure with pragma once specified, why this is required.