b2dUnlockImage

Category: 2D Overlay

Syntax:

b2dUnlockImage:Void(imageHandle:Int)


Parameters

Returns

Void



Summary

Uploads modified pixels to GPU (CPU->GPU copy, required after lock, frees CPU buffer).

Takes imageHandle (locked image handle from b2dLockImage, positive integer, must have isLocked=true).

Returns nothing.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn