Tesla Graphics Engine Documentation (January 2012)
RenderTargetCube Class
TeslaTesla.GraphicsRenderTargetCube
Render Target that is an array of 6 Texture2D's that are put together in a Cube.
Declaration Syntax
C#
public class RenderTargetCube : TextureCube
Members
All Members Constructors Methods Properties



Icon Member Description
RenderTargetCube(Int32)
Creates a new instance of RenderTargetCube.

RenderTargetCube(Int32, Boolean, SurfaceFormat, DepthFormat)
Creates a new instance of RenderTargetCube.

RenderTargetCube(Int32, Boolean, SurfaceFormat, DepthFormat, Int32, RenderTargetUsage)
Creates a new instance of RenderTargetCube.

RenderTargetCube(IRenderSystemProvider, Int32)
Creates a new instance of RenderTargetCube.

RenderTargetCube(IRenderSystemProvider, Int32, Boolean, SurfaceFormat, DepthFormat)
Creates a new instance of RenderTargetCube.

RenderTargetCube(IRenderSystemProvider, Int32, Boolean, SurfaceFormat, DepthFormat, Int32, RenderTargetUsage)
Creates a new instance of RenderTargetCube.

DepthStencilFormat
Gets the format of the depth-stencil buffer.

Dimensions
Gets the texture dimensions, identifying the texture resource.
(Inherited from TextureCube.)
Dispose()()()()
Dispose the resource.
(Inherited from GraphicsResource.)
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
(Inherited from GraphicsResource.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Releases unmanaged resources and performs other cleanup operations before the RenderTargetCube is reclaimed by garbage collection.
(Overrides TextureCube.Finalize()()()().)
Format
Gets the format of the texture resource.
(Inherited from TextureCube.)
GetData<(Of <<'(T>)>>)(CubeMapFace, array<T>[]()[][])
Gets the data from the texture.
(Inherited from TextureCube.)
GetData<(Of <<'(T>)>>)(CubeMapFace, array<T>[]()[][], Int32, Int32)
Gets the data from the texture.
(Inherited from TextureCube.)
GetData<(Of <<'(T>)>>)(CubeMapFace, array<T>[]()[][], Int32, Nullable<(Of <<'(Rectangle>)>>), Int32, Int32)
Gets the data from the texture.
(Inherited from TextureCube.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Implementation
Gets the API-specific implementation of this resource.
(Inherited from TextureCube.)
IsDisposed
Gets if the resource's implementation has been disposed.
(Inherited from GraphicsResource.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MipCount
Gets the number of mip map levels in the texture resource.
(Inherited from TextureCube.)
MultiSampleCount
Gets the multisample count used during multisampling.

Name
Get or sets the name of this resource.
(Inherited from GraphicsResource.)
Read(ISavableReader)
Deserializes the object and populates it from the input.
(Inherited from TextureCube.)
RenderSystem
Gets or protected sets the render system that created this resource.
(Inherited from GraphicsResource.)
ResourceID
Gets or sets the ResourceID of this resource. Can only be set once, usually by the renderer.
(Inherited from GraphicsResource.)
SetData<(Of <<'(T>)>>)(CubeMapFace, array<T>[]()[][])
Sets the data to the texture.
(Inherited from TextureCube.)
SetData<(Of <<'(T>)>>)(CubeMapFace, array<T>[]()[][], Int32, Int32)
Sets the data to the texture.
(Inherited from TextureCube.)
SetData<(Of <<'(T>)>>)(CubeMapFace, array<T>[]()[][], Int32, Nullable<(Of <<'(Rectangle>)>>), Int32, Int32)
Sets the data to the texture.
(Inherited from TextureCube.)
Size
Gets the width/height of each cube face.
(Inherited from TextureCube.)
TargetUsage
Gets the render target usage.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Write(ISavableWriter)
Serializes the object and writes it to the output.
(Inherited from TextureCube.)
Inheritance Hierarchy
Object
GraphicsResource
  Texture
    TextureCube
      RenderTargetCube

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)