Metal 系列二:GPU Devices--Get Shader Library

Metal 系列二:GPU Devices--Get Shader Library

获取着色器

创建一个新库,其中包含存储在应用程序默认Metal库中的函数

func makeDefaultLibrary() -> MTLLibrary?
Creates a new library that contains the functions stored in the app’s default Metal library.

Required.

创建一个包含存储在指定包中的函数的新库。

func makeDefaultLibrary(bundle: Bundle) ->