summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-08-22 22:17:43 +0800
committerruki <[email protected]>2021-08-22 22:17:43 +0800
commita6c79096ae121a3ee6467102727cea02670a5485 (patch)
treeb36283cdbf6546a349dfe5f3588b789ead8f5bd7
parent0100240746412c71e610d10d21bccf4632294e63 (diff)
add comments
-rw-r--r--xmake/rules/xcode/metal/xmake.lua4
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")