Test Info
| Library Name | libxrdesktop-dev |
| Version #1 | base |
| Version #2 | lfs |
| Arch | ARM |
| Subject | Source Compatibility |
Test Results
| Total Header Files | 7 |
| Total Libraries | 0 |
| Total Symbols / Types | 1061 / 373 |
| Compatibility |
95.4% |
Problem Summary
| Severity | Count |
|---|
| Added Symbols | - | 0 |
| Removed Symbols | High | 49 |
Problems with Data Types | High | 0 |
| Medium | 0 |
| Low | 0 |
Problems with Symbols | High | 0 |
| Medium | 0 |
| Low | 0 |
Problems with Constants | Low | 0 |
Removed Symbols 49
gulkan-buffer.h
gulkan_buffer_get_handle ( GulkanBuffer* self )
gulkan_buffer_get_memory_handle ( GulkanBuffer* self )
gulkan_buffer_get_type ( )
gulkan_buffer_map ( GulkanBuffer* self, void** data )
gulkan_buffer_new ( GulkanDevice* device, VkDeviceSize size, VkBufferUsageFlags usage, VkMemoryPropertyFlags properties )
gulkan_buffer_new_from_data ( GulkanDevice* device, void const* data, VkDeviceSize size, VkBufferUsageFlags usage, VkMemoryPropertyFlags properties )
gulkan_buffer_unmap ( GulkanBuffer* self )
gulkan_buffer_upload ( GulkanBuffer* self, void const* data, VkDeviceSize size )
gulkan-client.h
gulkan_client_get_device ( GulkanClient* self )
gulkan_client_get_device_handle ( GulkanClient* self )
gulkan_client_get_external_memory_device_extensions ( )
gulkan_client_get_external_memory_instance_extensions ( )
gulkan_client_get_instance ( GulkanClient* self )
gulkan_client_get_instance_handle ( GulkanClient* self )
gulkan_client_get_physical_device_handle ( GulkanClient* self )
gulkan_client_get_type ( )
gulkan_client_new ( )
gulkan_client_new_from_extensions ( GSList* instance_ext_list, GSList* device_ext_list )
gulkan-device.h
gulkan_device_create ( GulkanDevice* self, GulkanInstance* instance, VkPhysicalDevice device, GSList* extensions )
gulkan_device_get_graphics_queue ( GulkanDevice* self )
gulkan_device_get_handle ( GulkanDevice* self )
gulkan_device_get_heap_budget ( GulkanDevice* self, uint32_t i )
gulkan_device_get_memory_fd ( GulkanDevice* self, VkDeviceMemory image_memory, int* fd )
gulkan_device_get_physical_handle ( GulkanDevice* self )
gulkan_device_get_transfer_queue ( GulkanDevice* self )
gulkan_device_get_type ( )
gulkan_device_memory_type_from_properties ( GulkanDevice* self, uint32_t memory_type_bits, VkMemoryPropertyFlags memory_property_flags, uint32_t* type_index_out )
gulkan_device_new ( )
gulkan_device_print_memory_budget ( GulkanDevice* self )
gulkan_device_print_memory_properties ( GulkanDevice* self )
gulkan_device_wait_idle ( GulkanDevice* self )
gulkan-instance.h
gulkan_has_error ( VkResult res, gchar const* fun, gchar const* file, int line )
gulkan_instance_create ( GulkanInstance* self, GSList* requested_extensions )
gulkan_instance_get_handle ( GulkanInstance* self )
gulkan_instance_get_type ( )
gulkan_instance_new ( )
vk_format_string ( VkFormat format )
vk_result_string ( VkResult code )
gulkan-queue.h
gulkan_queue_free_cmd_buffer ( GulkanQueue* self, GulkanCmdBuffer* cmd_buffer )
gulkan_queue_get_command_pool ( GulkanQueue* self )
gulkan_queue_get_family_index ( GulkanQueue* self )
gulkan_queue_get_handle ( GulkanQueue* self )
gulkan_queue_get_pool_mutex ( GulkanQueue* self )
gulkan_queue_get_type ( )
gulkan_queue_initialize ( GulkanQueue* self )
gulkan_queue_new ( GulkanDevice* device, uint32_t family_index )
gulkan_queue_request_cmd_buffer ( GulkanQueue* self )
gulkan_queue_submit ( GulkanQueue* self, GulkanCmdBuffer* cmd_buffer )
gulkan_queue_supports_surface ( GulkanQueue* self, VkSurfaceKHR surface )
to the top
Header Files 7
xrd-scene-background.h
xrd-scene-model.h
xrd-scene-object.h
xrd-scene-pointer-tip.h
xrd-scene-pointer.h
xrd-scene-renderer.h
xrd.h
to the top
Libraries 0
to the top