CreateTextureUnit
CreateTextureUnit(TextureType)
Создать блок текстуры, к которому может получить доступ шейдер.
public abstract ITextureUnit CreateTextureUnit(TextureType textureType)
Параметр | Тип | Описание |
---|---|---|
textureType | TextureType | Тип текстуры |
Смотрите также
- interface ITextureUnit
- enum TextureType
- class RenderFactory
- пространство имен Aspose.ThreeD.Render
- сборка Aspose.3D
CreateTextureUnit()
Создать блок 2D-текстуры, к которому может получить доступ шейдер.
public ITextureUnit CreateTextureUnit()
Смотрите также
- interface ITextureUnit
- class RenderFactory
- пространство имен Aspose.ThreeD.Render
- сборка Aspose.3D