Skip to content

Commit

Permalink
Docs: Manual - elaborate assembler shader syntax usage
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Jan 18, 2025
1 parent 5349806 commit 7ade80b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Docs/src/high-level-programs.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,9 @@ Set the optimisation level, which can be one of ’default’, ’none’, ’0

# Assembler Shaders {#Assembler-Shaders}

You can specify assembly shaders directly as the syntax code of the program, if you compiled them ahead of time.
Alternatively, you can use the syntax code to specify the @c target of a high-level shader, which will be compiled on-the-fly to the specified syntax.

The current supported syntaxes are:

<dl compact="compact">
Expand Down

0 comments on commit 7ade80b

Please sign in to comment.