Abstract class for concrete subclasses to provide the underlying implementation of Texture3D.
| C# |
public abstract class Texture3DImplementation : GraphicsResourceImplementation
| All Members | Constructors | Methods | Properties | ||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
Texture3DImplementation(Int32, Int32, Int32, SurfaceFormat) |
Creates a new instance of Texture3DImplementation.
|
|
|
Depth |
Gets the texture depth, in pixels.
|
|
|
Dispose()()()() |
Disposes the underlying implementation.
(Inherited from GraphicsResourceImplementation.) |
|
|
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources
(Inherited from GraphicsResourceImplementation.) |
|
|
Equals(Object) |
(Inherited from Object.) |
|
|
Finalize()()()() |
Releases unmanaged resources and performs other cleanup operations before the
GraphicsResourceImplementation is reclaimed by garbage collection.
(Inherited from GraphicsResourceImplementation.) |
|
|
Format |
Gets the format of the texture resource.
|
|
|
GetData<(Of <<'(T>)>>)(array<T>[]()[][], Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) |
Gets the data from the texture.
|
|
|
GetHashCode()()()() |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetType()()()() |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
Height |
Gets the texture height, in pixels.
|
|
|
IsDisposed |
Gets if the resource has been disposed.
(Inherited from GraphicsResourceImplementation.) |
|
|
MemberwiseClone()()()() |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
MipCount |
Gets the format of the texture resource.
|
|
|
Name |
Gets or sets the name of this resource.
(Inherited from GraphicsResourceImplementation.) |
|
|
ResourceID |
Gets or sets the resource ResourceID. It can only be set once, usually by the renderer.
(Inherited from GraphicsResourceImplementation.) |
|
|
SetData<(Of <<'(T>)>>)(array<T>[]()[][], Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) |
Sets the data from the texture.
|
|
|
ToString()()()() |
(Inherited from Object.) |
|
|
Width |
Gets the texture width, in pixels.
|
| Object | |||
|
|
GraphicsResourceImplementation | ||
|
|
Texture3DImplementation | ||
|
|
D3D10Texture3DImplementation | ||
|
|
XNATexture3DImplementation | ||
Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)