3#include <Foundation/Basics.h>
4#include <Foundation/Types/Enum.h>
5#include <Texture/Image/ImageEnums.h>
6#include <Texture/TexConv/TexConvEnums.h>
22 plInt16 m_iRenderTargetResolutionX = 0;
23 plInt16 m_iRenderTargetResolutionY = 0;
26 float m_fResolutionScale = 1.0f;
29 int m_GalRenderTargetFormat = 0;
Interface for binary in (read) streams.
Definition Stream.h:22
Interface for binary out (write) streams.
Definition Stream.h:107
A custom enum implementation that allows to define the underlying storage type to control its memory ...
Definition Enum.h:37