aboutsummaryrefslogtreecommitdiff
path: root/vendor/darwin/Metal/MetalClasses.odin
Commit message (Collapse)AuthorAgeFilesLines
* Start adding pkg lines for vendor.Jeroen van Rijn2025-10-101-0/+1
|
* Fix typo in newBufferWithSliceNoCopyTohei Ichikawa2025-08-141-1/+1
|
* Add bindings for vertexLinkedFunctionsTohei Ichikawa2025-08-071-0/+8
|
* Fix Metal mesh shading bindingsTohei Ichikawa2025-08-061-63/+256
|
* Fix invalid selector for acceleration structureMichael Freundorfer2025-06-221-3/+3
|
* Fix types againgingerBill2024-05-301-2/+2
|
* Fix #3651gingerBill2024-05-301-2/+2
|
* Move `vendor:darwin/Foundation` to `core:sys/darwin/Foundation`gingerBill2024-04-081-1/+1
|
* Remove `//+build darwin`gingerBill2024-01-171-1/+0
|
* Only build vendor:darwin on darwinflysand72023-10-291-0/+1
|
* Remove redundant commentsgingerBill2023-06-071-2104/+85
|
* Update calling convention to the most appropriategingerBill2023-05-221-1556/+1556
| | | | | | - "odin" if the `context` is needed for `assert` - "contextless" if multiple return values are needed (better for optimizations) - "c" otherwise
* Add procedure groups for `Device_newBuffer` and `Texture_newTextureView`gingerBill2023-05-221-5/+21
|
* Update to Metal 3gingerBill2023-04-261-0/+875
|
* Improve utilitiesgingerBill2022-04-151-0/+2
|
* Add more proc groupsgingerBill2022-04-151-13/+52
|
* Minor fixes and add use of proc groups where better suitedgingerBill2022-04-151-6/+38
|
* Add Buffer contentsAsSlice and contentsAsTypegingerBill2022-04-141-0/+11
|
* Correct signature typesgingerBill2022-04-141-14/+14
|
* Add MetalKit; Add NSApplication NSMenu NSMenuItem; Improve Metal classesgingerBill2022-04-141-7/+7
|
* Correct typesgingerBill2022-02-211-14/+14
|
* Add missing return typesgingerBill2022-02-211-6/+6
|
* Add vendor:directx and vendor:darwin packages for documentation generationgingerBill2022-02-181-1/+0
|
* Correct import pathsgingerBill2022-02-161-1/+2
|
* Add darwin build tagsgingerBill2022-02-161-0/+1
|
* Move Objective-C libraries located in `core:sys/darwin/*` to `vendor:darwin/*`gingerBill2022-02-161-0/+8476