IRenderTexture
All Implemented Interfaces: com.aspose.threed.IRenderTarget
public interface IRenderTexture extends IRenderTarget
The interface of render texture
Methods
| Method | Description |
|---|---|
| getDepthTexture() | Depth buffer texture |
| getTargets() | Color output targets. |
getDepthTexture()
public abstract ITextureUnit getDepthTexture()
Depth buffer texture
Returns: ITextureUnit - Depth buffer texture
getTargets()
public abstract List<ITextureUnit> getTargets()
Color output targets.
Returns: java.util.List<com.aspose.threed.ITextureUnit> - Color output targets.