add canvas:unbind_texture method
This commit is contained in:
@@ -196,6 +196,7 @@ Here, *color* can be specified in the following ways:
|
||||
| data:update() | applies changes to the canvas and uploads it to the GPU |
|
||||
| data:set_data(data: table<int>) | replaces pixel data (width * height * 4 numbers) |
|
||||
| data:create_texture(name: str) | creates and shares texture to renderer |
|
||||
| data:unbind_texture() | unbinds the texture from the canvas |
|
||||
|
||||
## Inline frame (iframe)
|
||||
|
||||
|
||||
@@ -196,6 +196,7 @@ document["worlds-panel"]:clear()
|
||||
| data:update() | применяет изменения и загружает холст в видеопамять |
|
||||
| data:set_data(data: table<int>) | заменяет данные пикселей (ширина * высота * 4 чисел) |
|
||||
| data:create_texture(name: str) | создаёт и делится текстурой с рендерером |
|
||||
| data:unbind_texture() | отвязывает текстуру от холста |
|
||||
|
||||
## Рамка встраивания (iframe)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user