Moved Pipeline to MaterialRenderMap from MaterialRenderList

This commit is contained in:
2024-10-20 21:41:27 +08:00
parent 6e54a4051d
commit 0df9d64dcf
5 changed files with 61 additions and 49 deletions

View File

@@ -283,7 +283,7 @@ public:
inline GPUDevice *CreateRenderDevice( VulkanInstance *vi,
Window *win,
const VulkanHardwareRequirement *req=nullptr,
const VulkanHardwareRequirement *req =nullptr,
const PreferFormats * spf_color =&PreferSDR,
const PreferColorSpaces * spf_color_space =&PreferNonlinear,
const PreferFormats * spf_depth =&PreferDepth)