X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fvulkan%2Fpixelformat_backend.h;fp=source%2Fbackends%2Fvulkan%2Fpixelformat_backend.h;h=1cfc013393dc202937de73cdc39244afbc14ecf0;hb=1f00d807ddd7ccfeb70619a8e225db50ccd822d3;hp=8641824e1520a1a9804506fc5bd58e1b07d2d80f;hpb=f4f81f1d86d50b29b9a44b237f67c6f5ad8f0523;p=libs%2Fgl.git diff --git a/source/backends/vulkan/pixelformat_backend.h b/source/backends/vulkan/pixelformat_backend.h index 8641824e..1cfc0133 100644 --- a/source/backends/vulkan/pixelformat_backend.h +++ b/source/backends/vulkan/pixelformat_backend.h @@ -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);