vulkan: Add fallback message for node-as-texture

This is mainly to motivate me to implement it.
This commit is contained in:
Benjamin Otte 2017-01-17 06:38:36 +01:00
parent 6bec7aae89
commit 01d16524da

View File

@ -369,6 +369,10 @@ gsk_vulkan_render_pass_get_node_as_texture (GskVulkanRenderPass *self,
}
}
GSK_NOTE (FALLBACK, g_print ("Node as texture not implemented. Using %gx%g fallback surface\n",
ceil (bounds->size.width),
ceil (bounds->size.height)));
/* XXX: We could intersect bounds with clip bounds here */
surface = cairo_image_surface_create (CAIRO_FORMAT_ARGB32,
ceil (bounds->size.width),