struct

GS::Metal::KernelParams::Grid2DParams

Inherits Struct < Value < Object

2D grid parameters (for images, tiles)

Constructors

new(width : UInt32, height : UInt32, channels : UInt32 = 1)
Source

Instance methods

channels
Source
channels=(channels : UInt32)
Source
height
Source
height=(height : UInt32)
Source
width
Source
width=(width : UInt32)
Source