diff options
| author | ruki <[email protected]> | 2021-08-22 22:17:43 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-08-22 22:17:43 +0800 |
| commit | a6c79096ae121a3ee6467102727cea02670a5485 (patch) | |
| tree | b36283cdbf6546a349dfe5f3588b789ead8f5bd7 /xmake/rules/xcode/metal/xmake.lua | |
| parent | 0100240746412c71e610d10d21bccf4632294e63 (diff) | |
add comments
Diffstat (limited to 'xmake/rules/xcode/metal/xmake.lua')
| -rw-r--r-- | xmake/rules/xcode/metal/xmake.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake/rules/xcode/metal/xmake.lua b/xmake/rules/xcode/metal/xmake.lua index 965310c98..d6722cef9 100644 --- a/xmake/rules/xcode/metal/xmake.lua +++ b/xmake/rules/xcode/metal/xmake.lua @@ -18,6 +18,10 @@ -- @file xmake.lua -- +-- build metal files +-- +-- @see https://developer.apple.com/documentation/metal/libraries/building_a_library_with_metal_s_command-line_tools +-- rule("xcode.metal") -- support add_files("*.metal") |
