Skip to contents

Get pixel data size in bytes for certain format.

Usage

get_pixel_data_size(width, height, format)

Arguments

width

An integer.

height

An integer.

format

An integer.

Value

An integer

Note

This function has been auto-generated from the following Raylib function definition:

int GetPixelDataSize(int width, int height, int format);