![]() |
XII Release 0.1.0
|
This describes the texture address mode. It defines a technique for resolving texture coordinates that are outside of the boundries of a texture. The enumeration generally mirrors D3D11_TEXTURE_ADDRESS_MODE/D3D12_TEXTURE_ADDRESS_MODE enumeration. More...
#include <GraphicsTypes.h>
Public Types | |
enum | Enum : StorageType { Unknown = -1 , Wrap , Mirror , Clamp , Border , MirrorOnce , ENUM_COUNT , Default = Unknown } |
using | StorageType = xiiInt8 |
This describes the texture address mode. It defines a technique for resolving texture coordinates that are outside of the boundries of a texture. The enumeration generally mirrors D3D11_TEXTURE_ADDRESS_MODE/D3D12_TEXTURE_ADDRESS_MODE enumeration.
enum xiiGALTextureAddressMode::Enum : StorageType |