b2dSetImageShaderFloat

Category: Shaders

Syntax:

b2dSetImageShaderFloat:Void(shader:Int, name:String, value:Double)


Parameters

Returns

Void



Summary

Sets float uniform in image shader (stored in floatParams map, uploaded to GPU during rendering).

Takes shader (shader handle), name (parameter slot index as a string, e.g. "0"), value (float value, double converted to float).

Returns nothing.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn