Microsoft.Xna.Framework.Graphics
Class RenderTargetCube

java.lang.Object
  extended by Microsoft.Xna.Framework.Graphics.GraphicsResource
      extended by Microsoft.Xna.Framework.Graphics.Texture
          extended by Microsoft.Xna.Framework.Graphics.TextureCube
              extended by Microsoft.Xna.Framework.Graphics.RenderTargetCube
All Implemented Interfaces:
IDisposable

public class RenderTargetCube
extends TextureCube

Represents a cubic texture resource that will be written to at the end of a render pass.

Author:
Halofreak1990

Field Summary
 
Fields inherited from class Microsoft.Xna.Framework.Graphics.GraphicsResource
_parent, Disposing, Name, Tag
 
Constructor Summary
RenderTargetCube(GraphicsDevice graphicsDevice, int size, boolean mipMap, SurfaceFormat preferredFormat, DepthFormat preferredDepthFormat)
           
RenderTargetCube(GraphicsDevice graphicsDevice, int size, boolean mipMap, SurfaceFormat preferredFormat, DepthFormat preferredDepthFormat, int preferredMultiSampleCount, RenderTargetUsage usage)
           
 
Method Summary
 
Methods inherited from class Microsoft.Xna.Framework.Graphics.TextureCube
Dispose, finalize, GetData, GetData, GetData, SetData, SetData, SetData, Size
 
Methods inherited from class Microsoft.Xna.Framework.Graphics.Texture
Format, LevelCount
 
Methods inherited from class Microsoft.Xna.Framework.Graphics.GraphicsResource
Dispose, GraphicsDevice, IsDisposed, raise_disposing, toString
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RenderTargetCube

public RenderTargetCube(GraphicsDevice graphicsDevice,
                        int size,
                        boolean mipMap,
                        SurfaceFormat preferredFormat,
                        DepthFormat preferredDepthFormat)
Parameters:
graphicsDevice -
size -
mipMap -
preferredFormat -
preferredDepthFormat -

RenderTargetCube

public RenderTargetCube(GraphicsDevice graphicsDevice,
                        int size,
                        boolean mipMap,
                        SurfaceFormat preferredFormat,
                        DepthFormat preferredDepthFormat,
                        int preferredMultiSampleCount,
                        RenderTargetUsage usage)
Parameters:
graphicsDevice -
size -
mipMap -
preferredFormat -
preferredDepthFormat -
preferredMultiSampleCount -
usage -