OmegaEngine API  1.0.3
Properties | List of all members
OmegaEngine.Graphics.ITextureProvider Interface Reference

An object that can provide a Texture for rendering. More...

Inheritance diagram for OmegaEngine.Graphics.ITextureProvider:
OmegaEngine.Assets.IReferenceCount OmegaEngine.Assets.XTexture OmegaEngine.Graphics.RenderTarget

Properties

Texture Texture [get]
 The SlimDX.Direct3D9.Texture this object represents. More...
 

Additional Inherited Members

- Public Member Functions inherited from OmegaEngine.Assets.IReferenceCount
void HoldReference ()
 Increments the reference count by one. More...
 
void ReleaseReference ()
 Decrements the reference count by one. More...
 

Detailed Description

An object that can provide a Texture for rendering.

This provides a common interface for static (unchanging) XTexture assets and dynamic RenderTargets.

Property Documentation

◆ Texture

Texture OmegaEngine.Graphics.ITextureProvider.Texture
get

The SlimDX.Direct3D9.Texture this object represents.


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