AvTranscoder  0.9.4
C++APIforLibav/FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Window.cpp File Reference
#include "Window.hpp"
#include <GL/gl.h>
#include <GL/glut.h>
#include <GL/freeglut.h>
#include <iostream>
#include <iomanip>
#include <cstring>

Go to the source code of this file.

Data Structures

struct  ImgProperties
 

Functions

void loadNewTexture (const ImgProperties &properties)
 
void loadNewTexture (const char *data, GLint internalFormat, size_t width, size_t height, GLenum format, GLenum type)
 

Variables

ImgProperties _imageProperties
 

Function Documentation

void loadNewTexture ( const char *  data,
GLint  internalFormat,
size_t  width,
size_t  height,
GLenum  format,
GLenum  type 
)

Variable Documentation

ImgProperties _imageProperties

Definition at line 61 of file Window.cpp.

Referenced by Window::displayChannelTexture().