PeriDyno 1.0.0
Loading...
Searching...
No Matches
dyno::BufferCopy Class Reference
Collaboration diagram for dyno::BufferCopy:

Public Member Functions

void proc (GLuint src, GLuint dst, int src_pitch, int dst_pitch, int count)
 

Static Public Member Functions

static BufferCopyinstance ()
 

Private Member Functions

 BufferCopy ()
 

Private Attributes

Program program
 

Detailed Description

Definition at line 25 of file GPUBuffer.cpp.

Constructor & Destructor Documentation

◆ BufferCopy()

dyno::BufferCopy::BufferCopy ( )
inlineprivate

Definition at line 50 of file GPUBuffer.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ instance()

static BufferCopy * dyno::BufferCopy::instance ( )
inlinestatic

Definition at line 27 of file GPUBuffer.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ proc()

void dyno::BufferCopy::proc ( GLuint src,
GLuint dst,
int src_pitch,
int dst_pitch,
int count )
inline

Definition at line 32 of file GPUBuffer.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ program

Program dyno::BufferCopy::program
private

Definition at line 69 of file GPUBuffer.cpp.


The documentation for this class was generated from the following file: