]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/pixelformat_backend.h
Only do layout transitions in render pass for swapchain images
[libs/gl.git] / source / backends / vulkan / pixelformat_backend.h
index 8641824e1520a1a9804506fc5bd58e1b07d2d80f..1cfc013393dc202937de73cdc39244afbc14ecf0 100644 (file)
@@ -10,6 +10,7 @@ namespace GL {
 
 unsigned get_vulkan_pixelformat(PixelFormat);
 unsigned get_vulkan_aspect(PixelComponents);
+unsigned get_vulkan_attachment_layout(PixelComponents);
 PixelFormat pixelformat_from_vulkan(unsigned);
 const unsigned *get_vulkan_swizzle(ComponentSwizzle);