vulkan: temp going back to global thing
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
3f722de0b6
commit
e3e170bebd
1 changed files with 3 additions and 0 deletions
|
|
@ -85,6 +85,9 @@ MwVulkanConfig vulkan_config = {
|
|||
return 1; \
|
||||
}
|
||||
|
||||
const char** enabledExtensions;
|
||||
const char** enabledLayers;
|
||||
|
||||
typedef enum vulkan_supported_state_t {
|
||||
VULKAN_SUPPORTED_UNKNOWN,
|
||||
VULKAN_SUPPORTED_YES,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue