Enum TextureType

The supported texture types.

enum class Microsoft::Azure::RemoteRendering::TextureType : int32_t

Values

Name Value Description Remarks
TextureType::Texture2D 0 The texture is a 2D texture.
TextureType::CubeMap 1 The texture is a cubemap.

See also