-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbasetype_metal.go
27 lines (18 loc) · 1.17 KB
/
basetype_metal.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
//go:build darwin
// Code generated by go-vk from vk-1.3.270.xml at 2023-11-22 10:57:10.738365 -0500 EST m=+3.263810870. DO NOT EDIT.
package vk
import "unsafe"
// CAMetalLayer: See https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/CAMetalLayer.html
type CAMetalLayer struct{}
// IOSurfaceRef: See https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/IOSurfaceRef.html
type IOSurfaceRef unsafe.Pointer
// MTLBuffer_id: See https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/MTLBuffer_id.html
type MTLBuffer_id unsafe.Pointer
// MTLCommandQueue_id: See https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/MTLCommandQueue_id.html
type MTLCommandQueue_id unsafe.Pointer
// MTLDevice_id: See https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/MTLDevice_id.html
type MTLDevice_id unsafe.Pointer
// MTLSharedEvent_id: See https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/MTLSharedEvent_id.html
type MTLSharedEvent_id unsafe.Pointer
// MTLTexture_id: See https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/MTLTexture_id.html
type MTLTexture_id unsafe.Pointer