class Gdk::MemoryTexture
Public Class Methods
new(width, height, format, bytes, stride)
click to toggle 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