Skip to content

Commit 2312df0

Browse files
committed
Fix formatting
1 parent 82ce757 commit 2312df0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Graphics/GraphicsEngine/interface/GraphicsTypesX.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,7 @@ struct PipelineStateCreateInfoX : CreateInfoType
13801380
Entry.pData = nullptr;
13811381
}
13821382

1383-
this->pSpecializationConstants = SpecConstCopy.data();
1383+
this->pSpecializationConstants = SpecConstCopy.data();
13841384
this->NumSpecializationConstants = static_cast<Uint32>(SpecConstCopy.size());
13851385

13861386
return static_cast<DerivedType&>(*this);
@@ -1390,7 +1390,7 @@ struct PipelineStateCreateInfoX : CreateInfoType
13901390
{
13911391
SpecConstCopy.clear();
13921392
SpecConstDataCopy.clear();
1393-
this->pSpecializationConstants = nullptr;
1393+
this->pSpecializationConstants = nullptr;
13941394
this->NumSpecializationConstants = 0;
13951395

13961396
return static_cast<DerivedType&>(*this);

0 commit comments

Comments
 (0)