Table of Contents

Delegate StbiReadProc

Namespace
ReFuel.Stb
Assembly
ReFuel.StbImage.dll

Pointer to STBI stream read function.

public delegate int StbiReadProc(void* userdata, byte* buffer, int count)

Parameters

userdata void*

User provided userdata pointer.

buffer byte*

C array to read into.

count int

Size of the C array in bytes.

Returns

int

The number of bytes read from the stream.