Merge branch 'master' of github.com:aap/librw

This commit is contained in:
aap
2018-12-17 21:24:11 +01:00
42 changed files with 716 additions and 66 deletions

View File

@@ -110,7 +110,7 @@ enum {
// 2.8 biased fixed point
D3DFMT_A2B10G10R10_XR_BIAS = 119,
// Binary format indicating that the data has no inherent type
D3DFMT_BINARYBUFFER = 199,
D3DFMT_BINARYBUFFER = 199
};
#endif

0
src/d3d/d3ddevice.cpp Executable file → Normal file
View File

View File

@@ -118,7 +118,7 @@ enum {
D3DDECLUSAGE_COLOR, // 10
D3DDECLUSAGE_FOG, // 11
D3DDECLUSAGE_DEPTH, // 12
D3DDECLUSAGE_SAMPLE, // 13
D3DDECLUSAGE_SAMPLE // 13
};
#endif

View File

@@ -184,7 +184,7 @@ enum {
D3DFMT_LIN_F16 = 0x00000031,
D3DFMT_VERTEXDATA = 100,
D3DFMT_INDEX16 = 101,
D3DFMT_INDEX16 = 101
};
}

View File

@@ -189,7 +189,7 @@ registerNativeDataPlugin(void)
enum {
D3DPT_TRIANGLELIST = 5,
D3DPT_TRIANGLESTRIP = 6,
D3DPT_TRIANGLESTRIP = 6
};
static void