| RenderFactoryCreateTextureUnit Method (TextureType) |
Create a texture unit that can be accessed by shader.
Namespace: Aspose.ThreeD.RenderAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic abstract ITextureUnit CreateTextureUnit(
TextureType textureType
)
Public MustOverride Function CreateTextureUnit (
textureType As TextureType
) As ITextureUnit
public:
virtual ITextureUnit^ CreateTextureUnit(
TextureType textureType
) abstract
abstract CreateTextureUnit :
textureType : TextureType -> ITextureUnit
Parameters
- textureType
- Type: Aspose.ThreeD.RenderTextureType
Type of the texture
Return Value
Type:
ITextureUnit
See Also