CommonLibSSE NG
Loading...
Searching...
No Matches
TextureFileFormat.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
5 namespace BSGraphics
6 {
8 {
9 kBMP = 0,
10 kJPG = 1,
11 kTGA = 2,
12 kPNG = 3,
13 kDDS = 4,
14 };
15 }
16}
TextureFileFormat
Definition TextureFileFormat.h:8
Definition AbsorbEffect.h:6