To create a texture use create_texturearrow-up-right.
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 8 months ago