DXGL r217 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r216‎ | r217 | r218 >
Date:13:45, 21 July 2012
Author:admin
Status:new
Tags:
Comment:
Create Texture Shader Demo dialog.
Modified paths:
  • /dxgltest/Resource.h (modified) (history)
  • /dxgltest/dxgltest.rc (modified) (history)

Diff [purge]

Index: dxgltest/Resource.h
@@ -26,12 +26,18 @@
2727 #define IDI_DXGLSM 117
2828 #define IDB_DXGLINV 118
2929 #define IDB_DXGLINV64 119
 30+#define IDD_TEXSHADER 121
3031 #define IDC_DXDIAG 1000
 32+#define IDC_SPINSTAGE 1000
3133 #define IDC_VIDMODES 1000
3234 #define IDC_RESIZABLE 1001
 35+#define IDC_SPINREFALPHA 1001
3336 #define IDC_DDTYPE 1002
 37+#define IDC_SPINLINEREPEAT 1002
3438 #define IDC_TABS 1002
3539 #define IDC_TESTHEADER 1002
 40+#define IDC_TEXTUREPREVIEW 1003
 41+#define IDC_DISPLAY 1004
3642 #define IDC_TESTLIST 1004
3743 #define IDC_WINDOWED 1008
3844 #define IDC_FULLSCREEN 1009
@@ -55,4 +61,53 @@
5662 #define IDC_D3DRAMPVER 1045
5763 #define IDC_D3DRMVER 1046
5864 #define IDC_D3DXOFVER 1047
 65+#define IDC_FILLSTIPPLELLLABEL 1047
5966 #define IDC_D3DPMESHVER 1048
 67+#define IDC_FILLSTIPPLETYPE 1052
 68+#define IDC_FILLSTIPPLEFILE 1053
 69+#define IDC_FILLSTIPPLEBROWSE 1054
 70+#define IDC_FILLSTIPPLEPREVIEW 1055
 71+#define IDC_LINESTIPPLEREPEAT 1056
 72+#define IDC_LINESTIPPLEPATTERN 1057
 73+#define IDC_TEXSTAGE 1058
 74+#define IDC_TEXCOLORKEY 1059
 75+#define IDC_SETTEXCOLORKEY 1060
 76+#define IDC_TEXTURE 1061
 77+#define IDC_TEXTUREFILE 1062
 78+#define IDC_TEXTUREBROWSE 1063
 79+#define IDC_CARG1 1064
 80+#define IDC_CARG1INV 1065
 81+#define IDC_CARG1A 1066
 82+#define IDC_CARG2 1067
 83+#define IDC_CARG2INV 1068
 84+#define IDC_CARG2A 1069
 85+#define IDC_COLOROP 1070
 86+#define IDC_AARG1 1071
 87+#define IDC_AARG1INV 1072
 88+#define IDC_AARG1A 1073
 89+#define IDC_AARG2 1074
 90+#define IDC_AARG2INV 1075
 91+#define IDC_AARG2A 1076
 92+#define IDC_ALPHAOP 1077
 93+#define IDC_DIFFUSE 1080
 94+#define IDC_DIFFUSESELECT 1081
 95+#define IDC_SPECULAR 1082
 96+#define IDC_SPECULARSELECT 1083
 97+#define IDC_FACTOR 1084
 98+#define IDC_FACTORSELECT 1085
 99+#define IDC_FOGCOLOR 1086
 100+#define IDC_FOGCOLORSELECT 1087
 101+#define IDC_ALPHATEST 1088
 102+#define IDC_SRCBLEND 1089
 103+#define IDC_DESTBLEND 1090
 104+#define IDC_ALPHAREF 1091
 105+#define IDC_ALPHAFUNC 1092
 106+#define IDC_ALPHASTIPPLE 1093
 107+#define IDC_COLORKEY 1094
 108+#define IDC_COLORKEYBLEND 1095
 109+#define IDC_VERTEXFOGMODE 1096
 110+#define IDC_PIXELFOGMODE 1097
 111+#define IDC_FOGSTART 1098
 112+#define IDC_FOGEND 1099
 113+#define IDC_FOGDENSITY 1100
 114+#define IDC_RANGEBASEDFOG 1101
Index: dxgltest/dxgltest.rc
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream