Skip to content

Instantly share code, notes, and snippets.

@naithar
Last active July 22, 2020 14:35
Show Gist options
  • Save naithar/5d82866df7d8cdf0ef8916e6b480343b to your computer and use it in GitHub Desktop.
Save naithar/5d82866df7d8cdf0ef8916e6b480343b to your computer and use it in GitHub Desktop.
iOS Godot Vulkan
2020-07-16 22:25:11.637163+0300 godot_app[2143:2238915] Compiler failed to build request
2020-07-16 22:25:11.640736+0300 godot_app[2143:2238915] Compiler failed to build request
[mvk-error] VK_ERROR_INITIALIZATION_FAILED: Compute pipeline compile failed (Error code 3):
Total number of indirect argument buffer resources exceeded for textures (33/31).
2020-07-16 22:25:11.641284+0300 godot_app[2143:2238664] ERROR: - Message Id Number: 0 | Message Id Name:
VK_ERROR_INITIALIZATION_FAILED: Compute pipeline compile failed (Error code 3):
Total number of indirect argument buffer resources exceeded for textures (33/31).
Objects - 1
Object[0] - VK_OBJECT_TYPE_PIPELINE, Handle 10758641280
2020-07-16 22:25:11.641382+0300 godot_app[2143:2238664] at: _debug_messenger_callback (drivers/vulkan/vulkan_context.cpp:136) - - Message Id Number: 0 | Message Id Name:
VK_ERROR_INITIALIZATION_FAILED: Compute pipeline compile failed (Error code 3):
Total number of indirect argument buffer resources exceeded for textures (33/31).
Objects - 1
Object[0] - VK_OBJECT_TYPE_PIPELINE, Handle 10758641280
2020-07-16 22:25:11.641496+0300 godot_app[2143:2238664] ERROR: Condition "err" is true. Returning: RID()
2020-07-16 22:25:11.641616+0300 godot_app[2143:2238664] at: compute_pipeline_create (drivers/vulkan/rendering_device_vulkan.cpp:5378) - Condition "err" is true. Returning: RID()
2020-07-16 22:25:12.091575+0300 godot_app[2143:2238664]
[mvk-info] Created 3 swapchain images with initial size (1334, 750).
2020-07-16 22:25:12.315279+0300 godot_app[2143:2238664] WARNING: Icon not supported by this display server.
2020-07-16 22:25:12.315383+0300 godot_app[2143:2238664] at: set_icon (servers/display_server.cpp:318) - Icon not supported by this display server.
[mvk-error] VK_ERROR_FEATURE_NOT_PRESENT: The value of vkCreateImageView(VkImageViewCreateInfo::components) (VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_ONE), when applied to a VkImageView, requires full component swizzling to be enabled both at the time when the VkImageView is created and at the time any pipeline that uses that VkImageView is compiled. Full component swizzling can be enabled via the MVKConfiguration::fullImageViewSwizzle config parameter or MVK_CONFIG_FULL_IMAGE_VIEW_SWIZZLE environment variable.
2020-07-16 22:25:12.316019+0300 godot_app[2143:2238664] ERROR: - Message Id Number: 0 | Message Id Name:
VK_ERROR_FEATURE_NOT_PRESENT: The value of vkCreateImageView(VkImageViewCreateInfo::components) (VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_ONE), when applied to a VkImageView, requires full component swizzling to be enabled both at the time when the VkImageView is created and at the time any pipeline that uses that VkImageView is compiled. Full component swizzling can be enabled via the MVKConfiguration::fullImageViewSwizzle config parameter or MVK_CONFIG_FULL_IMAGE_VIEW_SWIZZLE environment variable.
Objects - 1
Object[0] - VK_OBJECT_TYPE_IMAGE_VIEW, Handle 10758572672
2020-07-16 22:25:12.316223+0300 godot_app[2143:2238664] at: _debug_messenger_callback (drivers/vulkan/vulkan_context.cpp:136) - - Message Id Number: 0 | Message Id Name:
VK_ERROR_FEATURE_NOT_PRESENT: The value of vkCreateImageView(VkImageViewCreateInfo::components) (VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_ONE), when applied to a VkImageView, requires full component swizzling to be enabled both at the time when the VkImageView is created and at the time any pipeline that uses that VkImageView is compiled. Full component swizzling can be enabled via the MVKConfiguration::fullImageViewSwizzle config parameter or MVK_CONFIG_FULL_IMAGE_VIEW_SWIZZLE environment variable.
Objects - 1
Object[0] - VK_OBJECT_TYPE_IMAGE_VIEW, Handle 10758572672
2020-07-16 22:25:12.316312+0300 godot_app[2143:2238664] ERROR: Condition "err" is true. Returning: RID()
2020-07-16 22:25:12.316420+0300 godot_app[2143:2238664] at: texture_create_shared (drivers/vulkan/rendering_device_vulkan.cpp:2018) - Condition "err" is true. Returning: RID()
[mvk-error] VK_ERROR_FEATURE_NOT_PRESENT: The value of vkCreateImageView(VkImageViewCreateInfo::components) (VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_ONE), when applied to a VkImageView, requires full component swizzling to be enabled both at the time when the VkImageView is created and at the time any pipeline that uses that VkImageView is compiled. Full component swizzling can be enabled via the MVKConfiguration::fullImageViewSwizzle config parameter or MVK_CONFIG_FULL_IMAGE_VIEW_SWIZZLE environment variable.
2020-07-16 22:25:12.316511+0300 godot_app[2143:2238664] ERROR: - Message Id Number: 0 | Message Id Name:
VK_ERROR_FEATURE_NOT_PRESENT: The value of vkCreateImageView(VkImageViewCreateInfo::components) (VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_ONE), when applied to a VkImageView, requires full component swizzling to be enabled both at the time when the VkImageView is created and at the time any pipeline that uses that VkImageView is compiled. Full component swizzling can be enabled via the MVKConfiguration::fullImageViewSwizzle config parameter or MVK_CONFIG_FULL_IMAGE_VIEW_SWIZZLE environment variable.
Objects - 1
Object[0] - VK_OBJECT_TYPE_IMAGE_VIEW, Handle 10758572864
2020-07-16 22:25:12.316663+0300 godot_app[2143:2238664] at: _debug_messenger_callback (drivers/vulkan/vulkan_context.cpp:136) - - Message Id Number: 0 | Message Id Name:
VK_ERROR_FEATURE_NOT_PRESENT: The value of vkCreateImageView(VkImageViewCreateInfo::components) (VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_ONE), when applied to a VkImageView, requires full component swizzling to be enabled both at the time when the VkImageView is created and at the time any pipeline that uses that VkImageView is compiled. Full component swizzling can be enabled via the MVKConfiguration::fullImageViewSwizzle config parameter or MVK_CONFIG_FULL_IMAGE_VIEW_SWIZZLE environment variable.
Objects - 1
Object[0] - VK_OBJECT_TYPE_IMAGE_VIEW, Handle 10758572864
2020-07-16 22:25:12.317050+0300 godot_app[2143:2238664] ERROR: Condition "err" is true. Returning: RID()
2020-07-16 22:25:12.317154+0300 godot_app[2143:2238664] at: texture_create_shared (drivers/vulkan/rendering_device_vulkan.cpp:2018) - Condition "err" is true. Returning: RID()
2020-07-16 22:25:12.317301+0300 godot_app[2143:2238664] ERROR: Condition "!src_texture" is true. Returning: RID()
2020-07-16 22:25:12.317467+0300 godot_app[2143:2238664] at: texture_create_shared (drivers/vulkan/rendering_device_vulkan.cpp:1952) - Condition "!src_texture" is true. Returning: RID()
2020-07-16 22:25:12.318392+0300 godot_app[2143:2238664] Null
2020-07-16 22:25:12.336804+0300 godot_app[2143:2238664] Null
[mvk-error] VK_ERROR_FEATURE_NOT_PRESENT: The value of vkCreateImageView(VkImageViewCreateInfo::components) (VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G), when applied to a VkImageView, requires full component swizzling to be enabled both at the time when the VkImageView is created and at the time any pipeline that uses that VkImageView is compiled. Full component swizzling can be enabled via the MVKConfiguration::fullImageViewSwizzle config parameter or MVK_CONFIG_FULL_IMAGE_VIEW_SWIZZLE environment variable.
2020-07-16 22:25:12.406788+0300 godot_app[2143:2238664] ERROR: - Message Id Number: 0 | Message Id Name:
VK_ERROR_FEATURE_NOT_PRESENT: The value of vkCreateImageView(VkImageViewCreateInfo::components) (VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G), when applied to a VkImageView, requires full component swizzling to be enabled both at the time when the VkImageView is created and at the time any pipeline that uses that VkImageView is compiled. Full component swizzling can be enabled via the MVKConfiguration::fullImageViewSwizzle config parameter or MVK_CONFIG_FULL_IMAGE_VIEW_SWIZZLE environment variable.
Objects - 1
Object[0] - VK_OBJECT_TYPE_IMAGE_VIEW, Handle 10758490560
2020-07-16 22:25:12.406931+0300 godot_app[2143:2238664] at: _debug_messenger_callback (drivers/vulkan/vulkan_context.cpp:136) - - Message Id Number: 0 | Message Id Name:
VK_ERROR_FEATURE_NOT_PRESENT: The value of vkCreateImageView(VkImageViewCreateInfo::components) (VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G), when applied to a VkImageView, requires full component swizzling to be enabled both at the time when the VkImageView is created and at the time any pipeline that uses that VkImageView is compiled. Full component swizzling can be enabled via the MVKConfiguration::fullImageViewSwizzle config parameter or MVK_CONFIG_FULL_IMAGE_VIEW_SWIZZLE environment variable.
Objects - 1
Object[0] - VK_OBJECT_TYPE_IMAGE_VIEW, Handle 10758490560
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment