- CS
- RenderManager
- PostEffectManager
- DimensionData
- TexturesBucket
![]() |
Public API Reference |
![]() |
Textures which have the same properties are managed in one "bucket". More...
#include <csplugincommon/rendermanager/posteffects.h>
Public Attributes | |
float | texMaxX |
Maximum X/Y coords (normalized for 2D textures, unnormalized for RECT textures) | |
csRefArray< iTextureHandle > | textures |
Textures in this bucket. |
Textures which have the same properties are managed in one "bucket".
Definition at line 363 of file posteffects.h.
Maximum X/Y coords (normalized for 2D textures, unnormalized for RECT textures)
Definition at line 371 of file posteffects.h.
csRefArray<iTextureHandle> CS::RenderManager::PostEffectManager::DimensionData::TexturesBucket::textures |
Textures in this bucket.
Definition at line 366 of file posteffects.h.