Pioneer
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Graphics::RenderTargetDesc Struct Reference

#include <RenderTarget.h>

Public Member Functions

 RenderTargetDesc (Uint16 _width, Uint16 _height, TextureFormat _colorFormat, TextureFormat _depthFormat, bool _allowDepthTexture=false, Uint16 _samples=0)
 

Public Attributes

const Uint16 width
 
const Uint16 height
 
const TextureFormat colorFormat
 
const TextureFormat depthFormat
 
const bool allowDepthTexture
 
const Uint16 numSamples
 

Constructor & Destructor Documentation

◆ RenderTargetDesc()

Graphics::RenderTargetDesc::RenderTargetDesc ( Uint16  _width,
Uint16  _height,
TextureFormat  _colorFormat,
TextureFormat  _depthFormat,
bool  _allowDepthTexture = false,
Uint16  _samples = 0 
)
inline

Member Data Documentation

◆ allowDepthTexture

const bool Graphics::RenderTargetDesc::allowDepthTexture

◆ colorFormat

const TextureFormat Graphics::RenderTargetDesc::colorFormat

◆ depthFormat

const TextureFormat Graphics::RenderTargetDesc::depthFormat

◆ height

const Uint16 Graphics::RenderTargetDesc::height

◆ numSamples

const Uint16 Graphics::RenderTargetDesc::numSamples

◆ width

const Uint16 Graphics::RenderTargetDesc::width

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