RenderFactory.CreateTextureUnit
CreateTextureUnit(TextureType)
Create a texture unit that can be accessed by shader.
public abstract ITextureUnit CreateTextureUnit(TextureType textureType)
Parameter | Type | Description |
---|---|---|
textureType | TextureType | Type of the texture |
See Also
- interface ITextureUnit
- enum TextureType
- class RenderFactory
- namespace Aspose.ThreeD.Render
- assembly Aspose.3D
CreateTextureUnit()
Create a 2D texture unit that can be accessed by shader.
public ITextureUnit CreateTextureUnit()
See Also
- interface ITextureUnit
- class RenderFactory
- namespace Aspose.ThreeD.Render
- assembly Aspose.3D