Skip to content

Commit 69d6d44

Browse files
authored
Merge branch 'master' into fix-vulkan-iGPU-llvmpipe-selection
2 parents 9a33049 + cbb1129 commit 69d6d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Graphics/GraphicsEngine/interface/PipelineResourceSignature.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ DILIGENT_BEGIN_INTERFACE(IPipelineResourceSignature, IDeviceObject)
595595

596596
/// Returns true if the signature is compatible with another one.
597597

598-
/// Two signatures are compatible if they contain identical resources and immutabke samplers,
598+
/// Two signatures are compatible if they contain identical resources and immutable samplers,
599599
/// defined in the same order disregarding their names.
600600
VIRTUAL Bool METHOD(IsCompatibleWith)(THIS_
601601
const struct IPipelineResourceSignature* pPRS) CONST PURE;

0 commit comments

Comments
 (0)