Skip to content

Commit cc901b6

Browse files
committed
chore: fix RenderStateCacheImpl.cpp format
1 parent 1442a64 commit cc901b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Graphics/GraphicsTools/src/RenderStateCacheImpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ static XXH128Hash ComputeDeviceAttribsHash(IRenderDevice* pDevice)
150150
return {};
151151

152152
const RenderDeviceInfo& DeviceInfo = pDevice->GetDeviceInfo();
153-
XXH128State Hasher;
153+
XXH128State Hasher;
154154
Hasher.Update(DeviceInfo.Type, DeviceInfo.NDC.MinZ, DeviceInfo.Features.SeparablePrograms);
155155
return Hasher.Digest();
156156
}

0 commit comments

Comments
 (0)