We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ce757 commit 2312df0Copy full SHA for 2312df0
1 file changed
Graphics/GraphicsEngine/interface/GraphicsTypesX.hpp
@@ -1380,7 +1380,7 @@ struct PipelineStateCreateInfoX : CreateInfoType
1380
Entry.pData = nullptr;
1381
}
1382
1383
- this->pSpecializationConstants = SpecConstCopy.data();
+ this->pSpecializationConstants = SpecConstCopy.data();
1384
this->NumSpecializationConstants = static_cast<Uint32>(SpecConstCopy.size());
1385
1386
return static_cast<DerivedType&>(*this);
@@ -1390,7 +1390,7 @@ struct PipelineStateCreateInfoX : CreateInfoType
1390
{
1391
SpecConstCopy.clear();
1392
SpecConstDataCopy.clear();
1393
- this->pSpecializationConstants = nullptr;
+ this->pSpecializationConstants = nullptr;
1394
this->NumSpecializationConstants = 0;
1395
1396
0 commit comments