Varjo Native SDK
Varjo_gl.h File Reference

Go to the source code of this file.

Functions

struct varjo_Texture varjo_FromGLTexture (GLuint texture)
 Converts an OpenGL texture to varjo_Texture. More...
 
GLuint varjo_ToGLTexture (struct varjo_Texture texture)
 Converts varjo_Texture to OpenGL texture. More...
 

Function Documentation

◆ varjo_FromGLTexture()

struct varjo_Texture varjo_FromGLTexture ( GLuint  texture)

Converts an OpenGL texture to varjo_Texture.

◆ varjo_ToGLTexture()

GLuint varjo_ToGLTexture ( struct varjo_Texture  texture)

Converts varjo_Texture to OpenGL texture.