iclosedMember
Profile
Reputation
Questions
Answers
Tutorials
Comments
Files
Member Since: Jan 2020
Profile Views: 206
Reputation: 10
Posts: 0
Website:
03. Initializing Direct3D 11
D3DXCOLOR bgColor( red, green, blue, 1.0f ); -> float bgColor[4] = { red, green, blue, 1.0f };
03. Initializing Direct3D 11
d3d11.h里没有D3DXCOLOR定义了,可以直接用浮...