2014年4月26日
摘要:
http://blog.csdn.net/dyllove98/article/details/9314993
阅读全文
posted @ 2014-04-26 09:15
minggoddess
阅读(143)
推荐(0)
2014年4月24日
摘要:
cgfx 里会有这个float4X4 View : View;:后面这个 view 是一种 叫做user definedsemanticprovide the correct data to the shader without having to decipher the var namescgu...
阅读全文
posted @ 2014-04-24 16:22
minggoddess
阅读(400)
推荐(0)
摘要:
http://www.cplusplus.com/forum/beginner/104404/3/-std=c++11-std=gnu++11Then you probably just don't have c++11 enabled. Go to the compiler settings an...
阅读全文
posted @ 2014-04-24 13:20
minggoddess
阅读(553)
推荐(0)
摘要:
http://msdn.microsoft.com/en-us/library/windows/desktop/bb509647(v=vs.85).aspx
阅读全文
posted @ 2014-04-24 10:00
minggoddess
阅读(791)
推荐(0)
2014年4月23日
摘要:
texCUBEhttp://msdn.microsoft.com/en-us/library/windows/desktop/bb509687(v=vs.85).aspx
阅读全文
posted @ 2014-04-23 10:33
minggoddess
阅读(240)
推荐(0)
2014年4月22日
摘要:
一个blendstate{ BlendEnable[0]=TRUE; SrcBlend[0]=ONE; DestBlend[]=ONE; BlendOp[0]=ADD;}[0]-----一次混合 是指一个关系 而不是一个texhttp://msdn.microsoft.com/en-us/l...
阅读全文
posted @ 2014-04-22 16:05
minggoddess
阅读(481)
推荐(0)
摘要:
http://msdn.microsoft.com/en-us/library/windows/desktop/ff471376(v=vs.85).aspxhttp://gamedev.stackexchange.com/questions/28647/cg-cgfx-to-glslCullFace...
阅读全文
posted @ 2014-04-22 15:12
minggoddess
阅读(1409)
推荐(0)
摘要:
http://social.msdn.microsoft.com/Forums/en-US/5dfef3d9-edc1-4006-9e81-9d5326419df8/d3d10effect-compile-error-no-valid-vsps-combination-could-be-found?...
阅读全文
posted @ 2014-04-22 11:01
minggoddess
阅读(312)
推荐(0)
2014年4月21日
摘要:
http://support.microsoft.com/kb/815065/zh-cn// SampleDLL.cpp//#include "stdafx.h"#define EXPORTING_DLL#include "sampleDLL.h"BOOL APIENTRY DllMain( HAN...
阅读全文
posted @ 2014-04-21 16:50
minggoddess
阅读(654)
推荐(0)
2014年4月18日
摘要:
Here is the syntax for a sampler in Direct3D 9.samplerName=SamplerType{Texture = ;[state_name = state_value;]...};hlsl里面 sampler XXXsampler= sampler2D...
阅读全文
posted @ 2014-04-18 17:20
minggoddess
阅读(613)
推荐(0)