#include <TGLFBO.h>
◆ TGLFBO() [1/2]
| TGLFBO::TGLFBO |
( |
const TGLFBO & | | ) |
|
|
privatedelete |
◆ TGLFBO() [2/2]
◆ ~TGLFBO()
◆ Bind()
Bind the frame-buffer object.
Definition at line 198 of file TGLFBO.cxx.
◆ BindTexture()
| void TGLFBO::BindTexture |
( |
| ) |
|
◆ Class()
- Returns
- TClass describing this class
◆ Class_Name()
| const char * TGLFBO::Class_Name |
( |
| ) |
|
|
static |
- Returns
- Name of this class
◆ Class_Version()
| constexpr Version_t TGLFBO::Class_Version |
( |
| ) |
|
|
inlinestaticconstexpr |
- Returns
- Version of this class
Definition at line 74 of file TGLFBO.h.
◆ CreateAndAttachColorTexture()
| UInt_t TGLFBO::CreateAndAttachColorTexture |
( |
| ) |
|
|
protected |
Initialize color-texture and attach it to current FB.
Definition at line 326 of file TGLFBO.cxx.
◆ CreateAndAttachRenderBuffer()
◆ DeclFileName()
| const char * TGLFBO::DeclFileName |
( |
| ) |
|
|
inlinestatic |
- Returns
- Name of the file containing the class declaration
Definition at line 74 of file TGLFBO.h.
◆ GetH()
| Int_t TGLFBO::GetH |
( |
| ) |
const |
|
inline |
◆ GetHScale()
| Float_t TGLFBO::GetHScale |
( |
| ) |
const |
|
inline |
◆ GetIsRescaled()
| Bool_t TGLFBO::GetIsRescaled |
( |
| ) |
const |
|
inline |
◆ GetMSCoverageSamples()
| Int_t TGLFBO::GetMSCoverageSamples |
( |
| ) |
const |
|
inline |
◆ GetMSSamples()
| Int_t TGLFBO::GetMSSamples |
( |
| ) |
const |
|
inline |
◆ GetReqH()
| Int_t TGLFBO::GetReqH |
( |
| ) |
const |
|
inline |
◆ GetReqW()
| Int_t TGLFBO::GetReqW |
( |
| ) |
const |
|
inline |
◆ GetRescaleToPow2()
| Bool_t TGLFBO::GetRescaleToPow2 |
( |
| ) |
|
|
static |
Return state of fgRescaleToPow2 static member.
Definition at line 349 of file TGLFBO.cxx.
◆ GetW()
| Int_t TGLFBO::GetW |
( |
| ) |
const |
|
inline |
◆ GetWScale()
| Float_t TGLFBO::GetWScale |
( |
| ) |
const |
|
inline |
◆ Init()
| void TGLFBO::Init |
( |
int | w, |
|
|
int | h, |
|
|
int | ms_samples = 0 ) |
Acquire GL resources for given width, height and number of multi-sampling samples.
Definition at line 72 of file TGLFBO.cxx.
◆ InitMultiSample()
| void TGLFBO::InitMultiSample |
( |
| ) |
|
|
protected |
◆ InitStandard()
| void TGLFBO::InitStandard |
( |
| ) |
|
|
protected |
◆ IsA()
| virtual TClass * TGLFBO::IsA |
( |
| ) |
const |
|
inlinevirtual |
- Returns
- TClass describing current object
Definition at line 74 of file TGLFBO.h.
◆ operator=()
◆ Release()
Release the allocated GL resources.
Definition at line 181 of file TGLFBO.cxx.
◆ SetAsReadBuffer()
| void TGLFBO::SetAsReadBuffer |
( |
| ) |
|
◆ SetRescaleToPow2()
| void TGLFBO::SetRescaleToPow2 |
( |
Bool_t | r | ) |
|
|
static |
Set state of fgRescaleToPow2 static member.
Default is kTRUE as this works better on older hardware, especially ATI.
Definition at line 358 of file TGLFBO.cxx.
◆ Streamer()
| virtual void TGLFBO::Streamer |
( |
TBuffer & | | ) |
|
|
virtual |
◆ StreamerNVirtual()
| void TGLFBO::StreamerNVirtual |
( |
TBuffer & | ClassDef_StreamerNVirtual_b | ) |
|
|
inline |
◆ Unbind()
Unbind the frame-buffer object.
Definition at line 215 of file TGLFBO.cxx.
◆ UnbindTexture()
| void TGLFBO::UnbindTexture |
( |
| ) |
|
◆ fColorTexture
◆ fDepthBuffer
◆ fFrameBuffer
◆ fgMultiSampleNAWarned
◆ fgRescaleToPow2
◆ fH
◆ fHScale
◆ fIsRescaled
◆ fMSColorBuffer
◆ fMSCoverageSamples
| Int_t TGLFBO::fMSCoverageSamples |
|
protected |
◆ fMSFrameBuffer
◆ fMSSamples
◆ fReqH
◆ fReqW
◆ fW
◆ fWScale
The documentation for this class was generated from the following files: