This commit is contained in:
Brandon Mak 2022-10-21 08:42:58 +08:00
parent c252e4ce4b
commit e8073bb67f
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
#include "Graphics/Descriptors/SHVkDescriptorPool.h"
#include "Graphics/Devices/SHVkLogicalDevice.h"
#include "Graphics/Pipeline/SHVkPipelineLayout.h"
#include "Graphics/MiddleEnd/GlobalData/SHGraphicsGlobalData.h"
#include "SHRenderGraphStorage.h"
//#include ""
@ -15,7 +16,7 @@ namespace SHADE
{
SHPipelineLayoutParams pipelineLayoutParams
{
//.globalDescSetLayouts
.globalDescSetLayouts = SHGraphicsGlobalData::GetDescSetLayouts()
};
//pipeline = logicalDevice->CreateComputePipeline()