package vendor:darwin/MetalKit
⌘K
Ctrl+K
or
/
Index
Types (3)
Constants (0)
This section is empty.
Variables (0)
This section is empty.
Procedures (47)
- View_alloc
- View_autoresizeDrawable
- View_clearColor
- View_clearDepth
- View_clearStencil
- View_colorPixelFormat
- View_colorSpace
- View_currentDrawable
- View_currentRenderPassDescriptor
- View_delegate
- View_depthStencilAttachmentTextureUsage
- View_depthStencilPixelFormat
- View_depthStencilTexture
- View_device
- View_draw
- View_drawableSize
- View_enableSetNeedsDisplay
- View_framebufferOnly
- View_initWithCoder
- View_initWithFrame
- View_isPaused
- View_multisampleColorAttachmentTextureUsage
- View_multisampleColorTexture
- View_preferredDevice
- View_preferredDrawableSize
- View_preferredFramesPerSecond
- View_presentsWithTransaction
- View_releaseDrawables
- View_sampleCount
- View_setAutoresizeDrawable
- View_setClearColor
- View_setClearDepth
- View_setClearStencil
- View_setColorPixelFormat
- View_setColorSpace
- View_setDelegate
- View_setDepthStencilAttachmentTextureUsage
- View_setDepthStencilPixelFormat
- View_setDevice
- View_setDrawableSize
- View_setEnableSetNeedsDisplay
- View_setFramebufferOnly
- View_setMultisampleColorAttachmentTextureUsage
- View_setPaused
- View_setPreferredFramesPerSecond
- View_setPresentsWithTransaction
- View_setSampleCount
Procedure Groups (0)
This section is empty.
Types
ColorSpaceRef ¶
ColorSpaceRef :: struct {}
Related Procedures With Parameters
Related Procedures With Returns
View ¶
View :: struct { using _: objc_Foundation.View, }
Bound Objective-C Methods
- alloc (class method)
- autoresizeDrawable
- clearColor
- clearDepth
- clearStencil
- colorPixelFormat
- colorSpace
- currentDrawable
- currentRenderPassDescriptor
- delegate
- depthStencilAttachmentTextureUsage
- depthStencilPixelFormat
- depthStencilTexture
- device
- draw
- drawableSize
- enableSetNeedsDisplay
- framebufferOnly
- initWithCoder
- initWithFrame
- isPaused
- multisampleColorAttachmentTextureUsage
- multisampleColorTexture
- preferredDevice
- preferredDrawableSize
- preferredFramesPerSecond
- presentsWithTransaction
- releaseDrawables
- sampleCount
- setAutoresizeDrawable
- setClearColor
- setClearDepth
- setClearStencil
- setColorPixelFormat
- setColorSpace
- setDelegate
- setDepthStencilAttachmentTextureUsage
- setDepthStencilPixelFormat
- setDevice
- setDrawableSize
- setEnableSetNeedsDisplay
- setFramebufferOnly
- setMultisampleColorAttachmentTextureUsage
- setPaused
- setPreferredFramesPerSecond
- setPresentsWithTransaction
- setSampleCount
Methods Inherited From Object
ViewDelegate ¶
ViewDelegate :: struct { drawInMTKView: proc "c" (self: ^ViewDelegate, view: ^View), drawableSizeWillChange: proc "c" (self: ^ViewDelegate, view: ^View, size: objc_Foundation.Size), user_data: rawptr, }
Related Procedures With Parameters
Related Procedures With Returns
Constants
This section is empty.
Variables
This section is empty.
Procedures
View_autoresizeDrawable ¶
View_autoresizeDrawable :: proc "c" ( self: ^View, ) -> bool {…}
Objective-C Method Information
- Class: View
- Name: autoresizeDrawable
Syntax Usage
res := self->autoresizeDrawable()
View_clearColor ¶
View_clearColor :: proc "c" ( self: ^View, ) -> objc_Metal.ClearColor {…}
Objective-C Method Information
- Class: View
- Name: clearColor
Syntax Usage
res := self->clearColor()
View_clearDepth ¶
View_clearDepth :: proc "c" ( self: ^View, ) -> f64 {…}
Objective-C Method Information
- Class: View
- Name: clearDepth
Syntax Usage
res := self->clearDepth()
View_clearStencil ¶
View_clearStencil :: proc "c" ( self: ^View, ) -> u32 {…}
Objective-C Method Information
- Class: View
- Name: clearStencil
Syntax Usage
res := self->clearStencil()
View_colorPixelFormat ¶
View_colorPixelFormat :: proc "c" ( self: ^View, ) -> objc_Metal.PixelFormat {…}
Objective-C Method Information
- Class: View
- Name: colorPixelFormat
Syntax Usage
res := self->colorPixelFormat()
View_colorSpace ¶
View_colorSpace :: proc "c" ( self: ^View, ) -> ColorSpaceRef {…}
Objective-C Method Information
- Class: View
- Name: colorSpace
Syntax Usage
res := self->colorSpace()
View_currentDrawable ¶
View_currentDrawable :: proc "c" ( self: ^View, ) -> ^objc_QuartzCore.MetalDrawable {…}
Objective-C Method Information
- Class: View
- Name: currentDrawable
Syntax Usage
res := self->currentDrawable()
View_currentRenderPassDescriptor ¶
View_currentRenderPassDescriptor :: proc "c" ( self: ^View, ) -> ^objc_Metal.RenderPassDescriptor {…}
Objective-C Method Information
- Class: View
- Name: currentRenderPassDescriptor
Syntax Usage
res := self->currentRenderPassDescriptor()
View_delegate ¶
View_delegate :: proc "c" ( self: ^View, ) -> ^ViewDelegate {…}
Objective-C Method Information
- Class: View
- Name: delegate
Syntax Usage
res := self->delegate()
View_depthStencilAttachmentTextureUsage ¶
View_depthStencilAttachmentTextureUsage :: proc "c" ( self: ^View, ) -> objc_Metal.TextureUsage {…}
Objective-C Method Information
- Class: View
- Name: depthStencilAttachmentTextureUsage
Syntax Usage
res := self->depthStencilAttachmentTextureUsage()
View_depthStencilPixelFormat ¶
View_depthStencilPixelFormat :: proc "c" ( self: ^View, ) -> objc_Metal.PixelFormat {…}
Objective-C Method Information
- Class: View
- Name: depthStencilPixelFormat
Syntax Usage
res := self->depthStencilPixelFormat()
View_depthStencilTexture ¶
View_depthStencilTexture :: proc "c" ( self: ^View, ) -> ^objc_Metal.Texture {…}
Objective-C Method Information
- Class: View
- Name: depthStencilTexture
Syntax Usage
res := self->depthStencilTexture()
View_drawableSize ¶
View_drawableSize :: proc "c" ( self: ^View, ) -> objc_Foundation.Size {…}
Objective-C Method Information
- Class: View
- Name: drawableSize
Syntax Usage
res := self->drawableSize()
View_enableSetNeedsDisplay ¶
View_enableSetNeedsDisplay :: proc "c" ( self: ^View, ) -> bool {…}
Objective-C Method Information
- Class: View
- Name: enableSetNeedsDisplay
Syntax Usage
res := self->enableSetNeedsDisplay()
View_framebufferOnly ¶
View_framebufferOnly :: proc "c" ( self: ^View, ) -> bool {…}
Objective-C Method Information
- Class: View
- Name: framebufferOnly
Syntax Usage
res := self->framebufferOnly()
View_initWithCoder ¶
View_initWithCoder :: proc "c" ( self: ^View, coder: ^objc_Foundation.Coder, ) -> ^View {…}
Objective-C Method Information
- Class: View
- Name: initWithCoder
Syntax Usage
res := self->initWithCoder(coder)
View_multisampleColorAttachmentTextureUsage ¶
View_multisampleColorAttachmentTextureUsage :: proc "c" ( self: ^View, ) -> objc_Metal.TextureUsage {…}
Objective-C Method Information
- Class: View
- Name: multisampleColorAttachmentTextureUsage
Syntax Usage
res := self->multisampleColorAttachmentTextureUsage()
View_multisampleColorTexture ¶
View_multisampleColorTexture :: proc "c" ( self: ^View, ) -> ^objc_Metal.Texture {…}
Objective-C Method Information
- Class: View
- Name: multisampleColorTexture
Syntax Usage
res := self->multisampleColorTexture()
View_preferredDevice ¶
View_preferredDevice :: proc "c" ( self: ^View, ) -> ^objc_Metal.Device {…}
Objective-C Method Information
- Class: View
- Name: preferredDevice
Syntax Usage
res := self->preferredDevice()
View_preferredDrawableSize ¶
View_preferredDrawableSize :: proc "c" ( self: ^View, ) -> objc_Foundation.Size {…}
Objective-C Method Information
- Class: View
- Name: preferredDrawableSize
Syntax Usage
res := self->preferredDrawableSize()
View_preferredFramesPerSecond ¶
View_preferredFramesPerSecond :: proc "c" ( self: ^View, ) -> objc_Foundation.Integer {…}
Objective-C Method Information
- Class: View
- Name: preferredFramesPerSecond
Syntax Usage
res := self->preferredFramesPerSecond()
View_presentsWithTransaction ¶
View_presentsWithTransaction :: proc "c" ( self: ^View, ) -> bool {…}
Objective-C Method Information
- Class: View
- Name: presentsWithTransaction
Syntax Usage
res := self->presentsWithTransaction()
View_releaseDrawables ¶
View_releaseDrawables :: proc "c" ( self: ^View, ) {…}
Objective-C Method Information
- Class: View
- Name: releaseDrawables
Syntax Usage
self->releaseDrawables()
View_sampleCount ¶
View_sampleCount :: proc "c" ( self: ^View, ) -> objc_Foundation.UInteger {…}
Objective-C Method Information
- Class: View
- Name: sampleCount
Syntax Usage
res := self->sampleCount()
View_setAutoresizeDrawable ¶
View_setAutoresizeDrawable :: proc "c" ( self: ^View, autoresizeDrawable: bool, ) {…}
Objective-C Method Information
- Class: View
- Name: setAutoresizeDrawable
Syntax Usage
self->setAutoresizeDrawable(autoresizeDrawable)
View_setClearColor ¶
View_setClearColor :: proc "c" ( self: ^View, clearColor: objc_Metal.ClearColor, ) {…}
Objective-C Method Information
- Class: View
- Name: setClearColor
Syntax Usage
self->setClearColor(clearColor)
View_setClearDepth ¶
View_setClearDepth :: proc "c" ( self: ^View, clearDepth: f64, ) {…}
Objective-C Method Information
- Class: View
- Name: setClearDepth
Syntax Usage
self->setClearDepth(clearDepth)
View_setClearStencil ¶
View_setClearStencil :: proc "c" ( self: ^View, clearStencil: u32, ) {…}
Objective-C Method Information
- Class: View
- Name: setClearStencil
Syntax Usage
self->setClearStencil(clearStencil)
View_setColorPixelFormat ¶
View_setColorPixelFormat :: proc "c" ( self: ^View, colorPixelFormat: objc_Metal.PixelFormat, ) {…}
Objective-C Method Information
- Class: View
- Name: setColorPixelFormat
Syntax Usage
self->setColorPixelFormat(colorPixelFormat)
View_setColorSpace ¶
View_setColorSpace :: proc "c" ( self: ^View, colorSpace: ColorSpaceRef, ) {…}
Objective-C Method Information
- Class: View
- Name: setColorSpace
Syntax Usage
self->setColorSpace(colorSpace)
View_setDelegate ¶
View_setDelegate :: proc "c" ( self: ^View, delegate: ^ViewDelegate, ) {…}
Objective-C Method Information
- Class: View
- Name: setDelegate
Syntax Usage
self->setDelegate(delegate)
View_setDepthStencilAttachmentTextureUsage ¶
View_setDepthStencilAttachmentTextureUsage :: proc "c" ( self: ^View, textureUsage: objc_Metal.TextureUsage, ) {…}
Objective-C Method Information
- Class: View
- Name: setDepthStencilAttachmentTextureUsage
Syntax Usage
self->setDepthStencilAttachmentTextureUsage(textureUsage)
View_setDepthStencilPixelFormat ¶
View_setDepthStencilPixelFormat :: proc "c" ( self: ^View, colorPixelFormat: objc_Metal.PixelFormat, ) {…}
Objective-C Method Information
- Class: View
- Name: setDepthStencilPixelFormat
Syntax Usage
self->setDepthStencilPixelFormat(colorPixelFormat)
View_setDrawableSize ¶
View_setDrawableSize :: proc "c" ( self: ^View, drawableSize: objc_Foundation.Size, ) {…}
Objective-C Method Information
- Class: View
- Name: setDrawableSize
Syntax Usage
self->setDrawableSize(drawableSize)
View_setEnableSetNeedsDisplay ¶
View_setEnableSetNeedsDisplay :: proc "c" ( self: ^View, enableSetNeedsDisplay: bool, ) {…}
Objective-C Method Information
- Class: View
- Name: setEnableSetNeedsDisplay
Syntax Usage
self->setEnableSetNeedsDisplay(enableSetNeedsDisplay)
View_setFramebufferOnly ¶
View_setFramebufferOnly :: proc "c" ( self: ^View, framebufferOnly: bool, ) {…}
Objective-C Method Information
- Class: View
- Name: setFramebufferOnly
Syntax Usage
self->setFramebufferOnly(framebufferOnly)
View_setMultisampleColorAttachmentTextureUsage ¶
View_setMultisampleColorAttachmentTextureUsage :: proc "c" ( self: ^View, textureUsage: objc_Metal.TextureUsage, ) {…}
Objective-C Method Information
- Class: View
- Name: setMultisampleColorAttachmentTextureUsage
Syntax Usage
self->setMultisampleColorAttachmentTextureUsage(textureUsage)
View_setPreferredFramesPerSecond ¶
View_setPreferredFramesPerSecond :: proc "c" ( self: ^View, preferredFramesPerSecond: objc_Foundation.Integer, ) {…}
Objective-C Method Information
- Class: View
- Name: setPreferredFramesPerSecond
Syntax Usage
self->setPreferredFramesPerSecond(preferredFramesPerSecond)
View_setPresentsWithTransaction ¶
View_setPresentsWithTransaction :: proc "c" ( self: ^View, presentsWithTransaction: bool, ) {…}
Objective-C Method Information
- Class: View
- Name: setPresentsWithTransaction
Syntax Usage
self->setPresentsWithTransaction(presentsWithTransaction)
View_setSampleCount ¶
View_setSampleCount :: proc "c" ( self: ^View, sampleCount: objc_Foundation.UInteger, ) {…}
Objective-C Method Information
- Class: View
- Name: setSampleCount
Syntax Usage
self->setSampleCount(sampleCount)
Procedure Groups
This section is empty.
Source Files
Generation Information
Generated with odin version dev-2024-12 (vendor "odin") Windows_amd64 @ 2024-12-20 21:10:47.362909900 +0000 UTC