Category: Shaders
Syntax:
b2dSetTextShaderFloat2:Void(shader:Int, name:String, x:Double, y:Double)
Void
Sets 2-component vector uniform in text shader (stored as name.x/name.y in floatParams, uploaded to GPU during text rendering).
Takes shader (shader handle), name (uniform base name, string), x (first component, double converted to float), y (second component, double converted to float).
Returns nothing.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn