增加材质和纹理
This commit is contained in:
@@ -89,17 +89,19 @@ enum PrimitiveType
|
||||
|
||||
enum PixelFormat
|
||||
{
|
||||
//96-bit pixel format, 32 bits (float) for red, 32 bits (float) for green, 32 bits (float) for blue
|
||||
PF_FLOAT32_RGB,
|
||||
PF_UNKNOWN,
|
||||
|
||||
/// 128-bit pixel format, 32 bits (float) for red, 32 bits (float) for green, 32 bits (float) for blue, 32 bits (float) for alpha
|
||||
PF_FLOAT32_RGBA,
|
||||
|
||||
// 32-bit pixel format, 32 bits (float) for red
|
||||
PF_FLOAT32_R,
|
||||
|
||||
/// 132-bit pixel format, 8 bits (float) for red, 8 bits (float) for green, 8 bits (float) for blue, 8 bits (float) for alpha
|
||||
PF_UINT8_ALPHA,
|
||||
PF_UINT8_RGB,
|
||||
PF_UINT8_RGBA,
|
||||
|
||||
PF_UINT16_ALPHA,
|
||||
PF_UINT16_RGB,
|
||||
PF_UINT16_RGBA,
|
||||
|
||||
PF_FLOAT32_ALPHA,
|
||||
PF_FLOAT32_RGB,
|
||||
PF_FLOAT32_RGBA,
|
||||
};
|
||||
|
||||
enum AntiAliasingTech
|
||||
|
||||
Reference in New Issue
Block a user