This repository has been archived on 2026-01-05. You can view files and clone it, but cannot push or open issues/pull-requests.
|
namespace Ryujinx.Graphics.GAL.Texture
|
|
{
|
|
public enum Target
|
|
{
|
|
Texture1D,
|
|
Texture2D,
|
|
Texture3D,
|
|
Texture1DArray,
|
|
Texture2DArray,
|
|
Texture2DMultisample,
|
|
Texture2DMultisampleArray,
|
|
Rectangle,
|
|
Cubemap,
|
|
CubemapArray,
|
|
TextureBuffer
|
|
}
|
|
} |