IRenderTexture

All Implemented Interfaces: com.aspose.threed.IRenderTarget

public interface IRenderTexture extends IRenderTarget

The interface of render texture

Methods

MethodDescription
getDepthTexture()Depth buffer texture
getTargets()Color output targets.

getDepthTexture()

public abstract ITextureUnit getDepthTexture()

Depth buffer texture

Returns: ITextureUnit

getTargets()

public abstract List<ITextureUnit> getTargets()

Color output targets.

Returns: java.util.List<com.aspose.threed.ITextureUnit>