create_texture_unit method
create_texture_unit(self)
Create a 2D texture unit that can be accessed by shader.
Returns
def create_texture_unit(self):
...
create_texture_unit(self, texture_type)
Create a texture unit that can be accessed by shader.
Returns
def create_texture_unit(self, texture_type):
...
| Parameter | Type | Description |
|---|---|---|
| texture_type | aspose.threed.render.TextureType | Type of the texture |
See Also
- module
aspose.threed.render - class
ITextureUnit - class
RenderFactory