|
Loom C API
Public Loom compiler C API
|
Raw Vulkan profile creation options. More...
#include <vulkan.h>
Data Fields | |
| loomc_structure_type_t | type |
| Structure type. | |
| loomc_host_size_t | structure_size |
| Size of this structure in bytes. | |
| const void * | next |
| Reserved extension chain. Must be NULL. | |
| loomc_string_view_t | identifier |
| Stable profile identifier used in diagnostics. | |
| VkPhysicalDevice | physical_device |
| Vulkan physical device to query. | |
| const loomc_spirv_vulkan_function_table_t * | functions |
| Borrowed Vulkan function table. | |
Raw Vulkan profile creation options.
| loomc_structure_type_t loomc_spirv_vulkan_profile_options_t::type |
Structure type.
Must be LOOMC_STRUCTURE_TYPE_SPIRV_VULKAN_PROFILE_OPTIONS when nonzero.