class Gdk::MemoryTexture
Public Class Methods
Source
# File lib/gdk4/memory-texture.rb, line 21 def initialize(width, height, format, bytes, stride) @bytes = bytes initialize_raw(width, height, format, bytes, stride) end
Also aliased as: initialize_raw