@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="GPUImageDataLayout")
@ApiStatus.Experimental
public interface GPUImageDataLayout
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GPUImageDataLayout.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
bytesPerRow() |
static GPUImageDataLayout.Builder |
of() |
int |
offset() |
int |
rowsPerImage() |
void |
setBytesPerRow(int bytesPerRow) |
void |
setOffset(int offset) |
void |
setRowsPerImage(int rowsPerImage) |
@JsOverlay @Nonnull static GPUImageDataLayout.Builder of()
@JsProperty(name="bytesPerRow") int bytesPerRow()
@JsProperty void setBytesPerRow(int bytesPerRow)
@JsProperty(name="offset") int offset()
@JsProperty void setOffset(int offset)
@JsProperty(name="rowsPerImage") int rowsPerImage()
@JsProperty void setRowsPerImage(int rowsPerImage)