IPixEngine5Callbacks::LoadTextureSliceComplete method

A callback function used to notify the host when a texture slice load has been completed.

Syntax

HRESULT LoadTextureSliceComplete(
   PixEngineTextureSliceDescriptor sliceDesc,
   PixEngineHistogram*             histogram
);

Parameters

sliceDesc
A descriptor of the loaded slice.

histogram
The address of histogram data for the loaded slice.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Header

Vspixengine.h

See also

IPixEngine5Callbacks