RenderFactoryCreateTextureUnit Method (TextureType)
Create a texture unit that can be accessed by shader.

Namespace: Aspose.ThreeD.Render
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public abstract ITextureUnit CreateTextureUnit(
	TextureType textureType
)

Parameters

textureType
Type: Aspose.ThreeD.RenderTextureType
Type of the texture

Return Value

Type: ITextureUnit
See Also