CommonLibSSE NG
Loading...
Searching...
No Matches
TextureAddressModes.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
5 namespace BSGraphics
6 {
8 {
10 kClampSWrapT = 1,
11 kWrapSClampT = 2,
12 kWrapSWrapT = 3
13 };
14 }
15}
TextureAddressMode
Definition TextureAddressModes.h:8
Definition AbsorbEffect.h:6