gKit2 light
Public Member Functions | Public Attributes | List of all members
ZBuffer Struct Reference

Public Member Functions

 ZBuffer (const int w, const int h, const float z=1)
 
void clear (const float value=1)
 
float & operator() (const int x, const int y)
 
 ZBuffer (const int w, const int h)
 
void clear (const float value=1)
 
float & operator() (const int x, const int y)
 

Public Attributes

std::vector< float > data
 
int width
 
int height
 

Detailed Description

Definition at line 18 of file pipeline.cpp.


The documentation for this struct was generated from the following files: