Syphon
|
Inherits NSObject.
Properties | |
GLuint | textureName |
NSSize | textureSize |
SyphonImage represents an image stored as an OpenGL texture of type GL_TEXTURE_RECTANGLE.
|
readatomicassign |
A GLuint representing the texture name. The associated texture is of type GL_TEXTURE_RECTANGLE.
|
readatomicassign |
A NSSize representing the dimensions of the texture. The image will fill the texture entirely.