Skip to main content

ShapeSignedToLowU8

Takes a signed 32-bit integer and returns the value in the lower 8 bits of an unsigned 32-bit integer.

Syntax

Parameters

value   
Type: INT32
A signed 32-bit integer.

Return value

Type: UINT32 An unsigned 32-bit integer, with the input value in the lower 8 bits.

Remarks

This function changes a signed 32-bit integer into a unsigned 32-bit integer, with the original value in the lower 8 bits. To place the original value in the lower 16 bits, use ShapeSignedToLowU16. To place the original value in the upper 8 bits, use ShapeSignedToHighU8.

Requirements

Header: shapeeqcompcontext.h Supported platforms: XBOX One family consoles and XBOX Series consoles

See also

ShapeEqCompContext
Last modified on August 20, 2026