Vuo  2.3.2
Functions
VuoImageRenderer.h File Reference

Description

VuoImageRenderer interface.

Definition in file VuoImageRenderer.h.

Go to the source code of this file.

Functions

VuoImage VuoImageRenderer_render (VuoShader shader, unsigned int pixelsWide, unsigned int pixelsHigh, VuoImageColorDepth imageColorDepth)
 Produces a new VuoImage by rendering shader. More...
 

Function Documentation

◆ VuoImageRenderer_render()

VuoImage VuoImageRenderer_render ( VuoShader  shader,
unsigned int  pixelsWide,
unsigned int  pixelsHigh,
VuoImageColorDepth  imageColorDepth 
)

Produces a new VuoImage by rendering shader.

This function may be called from any thread.

Definition at line 131 of file VuoImageRenderer.cc.