This is an archive of the discontinued LLVM Phabricator instance.

[Docs] [HLSL] Documenting HLSL Entry Functions
ClosedPublic

Authored by beanz on Aug 25 2022, 10:07 AM.

Details

Summary

This document describes the basic usage and implementation details for
HLSL entry functions in Clang.

Diff Detail

Event Timeline

beanz created this revision.Aug 25 2022, 10:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 25 2022, 10:07 AM
Herald added a subscriber: Anastasia. · View Herald Transcript
beanz requested review of this revision.Aug 25 2022, 10:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 25 2022, 10:07 AM
python3kgae added inline comments.Aug 25 2022, 10:53 AM
clang/docs/HLSL/EntryFunctions.rst
12

In HLSL,

44

Maybe an example to help to understand?

46

Maybe just say this wrapper call will be inlined in case we don't inline everything in the future?

beanz updated this revision to Diff 455985.Aug 26 2022, 11:54 AM

Updating based on feedback.

python3kgae accepted this revision.Aug 26 2022, 11:58 AM
This revision is now accepted and ready to land.Aug 26 2022, 11:58 AM
This revision was automatically updated to reflect the committed changes.