Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ DILIGENT_BEGIN_INTERFACE(IPipelineResourceSignature, IDeviceObject)

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

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