diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,6 +11,6 @@ This wraps the OpenGL C API of [texture-share-vk](https://github.com/DigitOtter/ - `Client:loadSharedCanvas(name)`: loads a `SharedCanvas` object from another publisher. - `Canvas.name`: the name passed in the SharedCanvas constructor - `Canvas.canvas`: the love2d `Canvas` object -- `Canvas:send()`: Sends the current contents of the Canvas to subscribers, call this after drawing to the Canvas. -- `Canvas:load()`: Loads updated contents from the publisher, call this before drawing the Canvas. +- `Canvas:send([fail_silently])`: Sends the current contents of the Canvas to subscribers, call this after drawing to the Canvas. +- `Canvas:load([fail_silently])`: Loads updated contents from the publisher, call this before drawing the Canvas. - `Canvas:any_other_method()`: delegated to the love2d `Canvas` object |
