|
|
|
|
|
by pjmlp
2499 days ago
|
|
Metal API ⊇ Metal Shaders, it is useless without them. https://developer.apple.com/metal/Metal-Shading-Language-Spe... "The Metal programming language is a C++14-based Specification with extensions and
restrictions. Refer to the C++14 Specification (also known as the ISO/IEC JTC1/SC22/WG21
N4431 Language Specification) for a detailed description of the language grammar.
This section and its subsections describe the modifications and restrictions to the C++14
language supported in Metal." Also, the MSL and Objective-C compilers are built on top of LLVM, written in C++. |
|