Autoformat slang code

This commit is contained in:
Kovid Goyal 2026-08-10 22:15:10 +05:30
parent 24a7a9d50b
commit 953ac19e77
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
40 changed files with 1264 additions and 1209 deletions

View file

@ -124,7 +124,7 @@ This is in a :file:`.slang` file. It must define a function called
``fragment_main()`` whose signature is:
.. literalinclude:: ../kitty/shaders/custom/sample.slang
:start-at: public float4 fragment_main(
:start-after: START_FUNCTION_SIGNATURE
:end-before: END_FUNCTION_SIGNATURE
The two structs passed into this function have the definition shown below: