package brr

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Image.Data_layoutSource

Data layouts.

Sourcetype t

The type for GPUImageDataLayout objects.

Sourceval v : ?offset:int -> ?bytes_per_row:int -> ?rows_per_image:int -> unit -> t

v constructs a GPUImageDataLayout object with given parameters.