Filter.this

Filterの初期化

num: Filterで使うtextureの数 w: textureの幅 h: textureの高さ

class Filter
this
(
in size_t num
,
in int w
,
in int h
)

Meta