CommonLibSSE NG
Loading...
Searching...
No Matches
TextureAddressModes.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
RE
4
{
5
namespace
BSGraphics
6
{
7
enum class
TextureAddressMode
8
{
9
kClampSClampT
= 0,
10
kClampSWrapT
= 1,
11
kWrapSClampT
= 2,
12
kWrapSWrapT
= 3
13
};
14
}
15
}
RE::BSGraphics::TextureAddressMode
TextureAddressMode
Definition
TextureAddressModes.h:8
RE::BSGraphics::TextureAddressMode::kClampSClampT
@ kClampSClampT
RE::BSGraphics::TextureAddressMode::kWrapSWrapT
@ kWrapSWrapT
RE::BSGraphics::TextureAddressMode::kWrapSClampT
@ kWrapSClampT
RE::BSGraphics::TextureAddressMode::kClampSWrapT
@ kClampSWrapT
RE
Definition
AbsorbEffect.h:6
CommonLibSSE-NG
include
RE
T
TextureAddressModes.h
Generated by
1.9.7