Skip to content

Commit fe0402b

Browse files
authored
Merge pull request #43 from slangbot/format-6451-aleino/entry-point-lookup-bug
Format code for PR #6451
2 parents a76bfdf + bb38649 commit fe0402b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/slang.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -4357,8 +4357,9 @@ struct IModule : public IComponentType
43574357
SLANG_COM_INTERFACE(0xc720e64, 0x8722, 0x4d31, {0x89, 0x90, 0x63, 0x8a, 0x98, 0xb1, 0xc2, 0x79})
43584358

43594359
/// Find and an entry point by name.
4360-
/// Note that this does not work in case the function is not explicitly designated as an entry point, e.g. using a `[shader("...")]` attribute.
4361-
/// In such cases, consider using `IModule::findAndCheckEntryPoint` instead.
4360+
/// Note that this does not work in case the function is not explicitly designated as an entry
4361+
/// point, e.g. using a `[shader("...")]` attribute. In such cases, consider using
4362+
/// `IModule::findAndCheckEntryPoint` instead.
43624363
virtual SLANG_NO_THROW SlangResult SLANG_MCALL
43634364
findEntryPointByName(char const* name, IEntryPoint** outEntryPoint) = 0;
43644365

0 commit comments

Comments
 (0)