Interface IGorgonTextureResource
Defines a texture resource.
Inherited Members
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public interface IGorgonTextureResource : IGorgonNamedObject, IGorgonGraphicsObject, IGorgonImageInfo, IDisposable
Properties
| Edit this page View SourceTextureID
Property to return the ID for this texture.
Declaration
int TextureID { get; }
Property Value
Type | Description |
---|---|
int |
Methods
| Edit this page View SourceGetShaderResourceView()
Function to retrieve a default shader resource view.
Declaration
GorgonShaderResourceView GetShaderResourceView()
Returns
Type | Description |
---|---|
GorgonShaderResourceView | The default shader resource view for the texture. |