From 15f091aabf5b6f8d37d292dab150395d8a37d644 Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Tue, 23 Jul 2024 02:22:32 -0700 Subject: Add Metal to user-guide/09-targets.md (#4703) * Add Metal to user-guide/09-targets.md Partially resolves #4262 The description of "Parameter passing" part for Metal is related to PR #4022 --- docs/user-guide/toc.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/user-guide/toc.html') diff --git a/docs/user-guide/toc.html b/docs/user-guide/toc.html index c1915e5dc..ca6aac92a 100644 --- a/docs/user-guide/toc.html +++ b/docs/user-guide/toc.html @@ -39,7 +39,7 @@
  • Operator Overloading
  • Subscript Operator
  • `Optional<T>` type
  • -
  • `if_let` syntax
  • +
  • `if_let` syntax
  • `reinterpret<T>` operation
  • Pointers (limited)
  • `struct` inheritance (limited)
  • @@ -126,6 +126,7 @@
  • Direct3D 12
  • Vulkan
  • OpenGL
  • +
  • Metal
  • CUDA and OptiX
  • CPU Compute
  • Summary
  • -- cgit v1.2.3