Texture
Constructor
To create a texture use create_texture.
Properties
Description
name
Defines the name of the texture.
texture
A texture is a 2D image used to add detail or color to rendered surfaces.
texture_srv
A texture SRV (Shader Resource View) is a GPU resource handle that allows shaders to read texture data during rendering.
Texture is read-only!
Last updated