refactoring
This commit is contained in:
parent
95afd87656
commit
baaa87b18f
62 changed files with 7231 additions and 6636 deletions
|
@ -1,3 +1,6 @@
|
|||
#ifndef D3D9SHADER_H
|
||||
#define D3D9SHADER_H
|
||||
|
||||
#if 0
|
||||
//
|
||||
// Generated by Microsoft (R) HLSL Shader Compiler 10.1
|
||||
|
@ -42,7 +45,7 @@ float4 main(float2 texCoords : TEXCOORD) : COLOR
|
|||
*/
|
||||
#endif
|
||||
|
||||
const BYTE PalettePixelShaderSrc[] =
|
||||
const BYTE D3D9_PALETTE_SHADER[] =
|
||||
{
|
||||
0, 2, 255, 255, 254, 255,
|
||||
44, 0, 67, 84, 65, 66,
|
||||
|
@ -99,3 +102,5 @@ const BYTE PalettePixelShaderSrc[] =
|
|||
0, 8, 15, 128, 0, 0,
|
||||
228, 128, 255, 255, 0, 0
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue