This revision was automatically updated to reflect the committed changes.
Closed by commit rG739a747b2368: [Docs] [HLSL] Documenting HLSL Entry Functions
(authored by beanz).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132672/new/
https://reviews.
beanz updated this revision to Diff 455985.
beanz added a comment.
Updating based on feedback.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132672/new/
https://reviews.llvm.org/D132672
Files:
clang/docs/HLSL/EntryFunctions.rst
clang/docs/HLSL
python3kgae added inline comments.
Comment at: clang/docs/HLSL/EntryFunctions.rst:11
+
+In HLSL entry functions denote the starting point for shader execution. They
+must be known at compile time. For all non-library shaders, the compiler
assumes
In HLSL,
beanz created this revision.
beanz added reviewers: tex3d, pow2clk, bob80905, bogner, python3kgae,
gracejennings.
Herald added a subscriber: Anastasia.
Herald added a project: All.
beanz requested review of this revision.
Herald added a project: clang.
This document describes the basic usage and