Table of Contents

Namespace ReFuel.Stb

Classes

StbImage

A class that encompasses all features of stb_image.h in a safe way.

StbiStreamWrapper

An easy to use stream wrapper for use with STBI image load functions.

StbiWriteStreamWrapper

An easy to use stream wrapper for STBI image write functions.

Enums

StbiImageFormat

Enumeration of supported STBI image formats.

Delegates

StbiEofProc

Pointer to STBI stream end of file function.

StbiReadProc

Pointer to STBI stream read function.

StbiSkipProc

Pointer to STBI stream skip function.