Skip to content

Commit cbb1129

Browse files
authored
Fix typo in documentation for IPipelineResourceSignature::IsCompatibleWith (#782)
1 parent ad22fa0 commit cbb1129

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)