PathEngine home previous: iTestBed::addExternalRef()next: iTestBed::createSound()
Contents, API Reference, Interfaces, iTestBed, createImage

iTestBed::createImage()

Description

Processes image file contents, to prepare for rendering.

Syntax

int32_t createImage(char const * imageData_Buffer, uint32_t imageData_BufferEntries);

Parameters

imageData_Buffer, imageData_BufferEntries (See Passing Arrays.) The contents of an image file, in one of the following formats: .bmp, .dds, .dib, .jpg, .png, and .tga.

Return Value

An integer value to use to refer to the image, for rendering.

C# Mapping

int createImage(byte[] imageData);

Java Mapping

int createImage(byte[] imageData);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iTestBed::createSound()