struct WGPU::Size

Defined in:

wgpu.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(width : UInt32, height : UInt32) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(width _width = @width, height _height = @height) #

[View source]
def height : UInt32 #

def width : UInt32 #