Skip to content

Commit

Permalink
omg structs
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Nov 14, 2023
1 parent 91bc7ac commit 9eee681
Show file tree
Hide file tree
Showing 34 changed files with 4,974 additions and 262 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@
/macos/_examples/webview/webview
/macos/_examples/widgets/widgets
/macos/_examples/workspace/workspace

2 changes: 1 addition & 1 deletion generate/modules/modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ var All = []Module{
{"IOSurface", "IOSurface", "iosurface", "IOSurface/IOSurface.h", []string{"IOSurface", "kIOSurface"}},
{"Metal", "Metal", "metal", "Metal/Metal.h", []string{"MTL"}},
{"MetalKit", "Metal Kit", "metalkit", "MetalKit/MetalKit.h", []string{"MTK"}},
{"MediaPlayer", "Media Player", "mediaplayer", "MediaPlayer/MediaPlayer.h", []string{"MP"}},
{"MetalPerformanceShadersGraph", "Metal Performance Shaders Graph", "mpsgraph", "MetalPerformanceShadersGraph/MetalPerformanceShadersGraph.h", []string{"MPSGraph"}},
{"MetalPerformanceShaders", "Metal Performance Shaders", "mps", "MetalPerformanceShaders/MetalPerformanceShaders.h", []string{"MPS"}},
{"MediaPlayer", "Media Player", "mediaplayer", "MediaPlayer/MediaPlayer.h", []string{"MP"}},
}
Loading

0 comments on commit 9eee681

Please sign in to comment.