WIP: Vulkan: Workbench #107886

Closed
Jeroen Bakker wants to merge 88 commits from Jeroen-Bakker:vulkan-draw-manager-workbench into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 542bc7b8c8 - Show all commits

View File

@ -211,5 +211,4 @@ void VKContext::bind_graphics_pipeline(const GPUPrimType prim_type,
/** \} */
} // namespace blender::gpu

View File

@ -592,7 +592,8 @@ using SRGBA8 = PixelValue<ColorSceneLinearByteEncoded4b<eAlpha::Premultiplied>>;
using FLOAT3 = PixelValue<float3>;
using FLOAT4 = PixelValue<ColorSceneLinear4f<eAlpha::Premultiplied>>;
/* NOTE: Vulkan stores R11_G11_B10 in reverse component order. */
class B10F_G11G_R11F : public PixelValue<uint32_t> {};
class B10F_G11G_R11F : public PixelValue<uint32_t> {
};
class DepthComponent24 : public ComponentValue<uint32_t> {
public: