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

Private Instance Methods

initialize_raw(width, height, format, bytes, stride)
Alias for: new