Texture

Constructor

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.

Last updated