renamed PBuffer to FBO

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@502 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
psperl
2007-10-03 16:27:57 +00:00
parent 2638faf1c0
commit ee5011546b
10 changed files with 18 additions and 18 deletions

View File

@ -19,7 +19,7 @@
*
*/
/**
* $Id: pbuffer.c,v 1.1.1.1 2005/12/23 18:05:00 psperl Exp $
* $Id: FBO.c,v 1.1.1.1 2005/12/23 18:05:00 psperl Exp $
*
* Render this methods
*/
@ -28,7 +28,7 @@
//#include <GL/gl.h>
#include "Common.hpp"
#include "PBuffer.hpp"
#include "FBO.hpp"
#ifdef MACOS
#include <agl.h>

View File

@ -19,7 +19,7 @@
*
*/
/**
* $Id: PBuffer.hpp,v 1.1.1.1 2005/12/23 18:05:00 psperl Exp $
* $Id: FBO.hpp,v 1.1.1.1 2005/12/23 18:05:00 psperl Exp $
*
* Opaque render target
*
@ -28,11 +28,11 @@
#ifndef _RENDERTARGET_H
#define _RENDERTARGET_H
#ifdef USE_FBO
#include <GL/glew.h>
#endif
#if defined(MACOS) && !defined(USE_FBO)
#include <GL/glew.h>
#if defined(MACOS)
#include <gl.h>
#endif /** MACOS */

View File

@ -1,7 +1,7 @@
#ifndef Renderer_HPP
#define Renderer_HPP
#include "PBuffer.hpp"
#include "FBO.hpp"
#include "PresetFrameIO.hpp"
#include "BeatDetect.hpp"
#include <string>

View File

@ -218,6 +218,10 @@
RelativePath=".\Expr.cpp"
>
</File>
<File
RelativePath=".\FBO.cpp"
>
</File>
<File
RelativePath=".\fftsg.cpp"
>
@ -262,10 +266,6 @@
RelativePath=".\Parser.cpp"
>
</File>
<File
RelativePath=".\PBuffer.cpp"
>
</File>
<File
RelativePath=".\PCM.cpp"
>
@ -399,6 +399,10 @@
RelativePath=".\fatal.h"
>
</File>
<File
RelativePath=".\FBO.hpp"
>
</File>
<File
RelativePath=".\fftsg.h"
>
@ -451,10 +455,6 @@
RelativePath=".\Parser.hpp"
>
</File>
<File
RelativePath=".\PBuffer.hpp"
>
</File>
<File
RelativePath=".\PCM.hpp"
>

View File

@ -29,7 +29,7 @@
#ifndef _PROJECTM_H
#define _PROJECTM_H
#include "PBuffer.hpp"
#include "FBO.hpp"
#ifdef WIN32
#include "win32-dirent.h"

Binary file not shown.

View File

@ -6,7 +6,7 @@
/* File created by MIDL compiler version 7.00.0499 */
/* at Mon Oct 01 11:59:33 2007
/* at Mon Oct 01 15:17:08 2007
*/
/* Compiler settings for .\projectM-wmp.idl:
Oicf, W1, Zp8, env=Win32 (32b run)