Luna::RHI::TextureViewType
enum TextureViewType : u8
{
unspecified= 0
tex1d
tex2d
tex2dms
tex3d
texcube
tex1darray
tex2darray
tex2dmsarray
texcubearray
}
Specifies the texture view type, which is how render pipeline interprets texture data.
Options
-
Uses the texture resource's type as the texture view type.
-
Interprets texture data as one 1D texture.
-
Interprets texture data as one 2D texture.
-
Interprets texture data as one 2D multi-sample texture.
-
Interprets texture data as one 3D texture.
-
Interprets texture data as one cube texture.
-
Interprets texture data as one 1D texture array.
-
Interprets texture data as one 2D texture array.
-
Interprets texture data as one 2D multi-sample texture array.
-
Interprets texture data as one cube texture array.