T O P I C R E V I E W |
tomkulaga |
Posted - May 18 2015 : 5:36:06 PM Using this as an example
m_pSwapChain1->Present1(0,0, m_newVarToCreate);
Now "m_newVarToCreate" does not yet exist, when i "Alt Shift C" to create from usage, it determines the type of "m_newVarToCreate" to be a bool, even though this functions takes a different data type for that parameter.
https://msdn.microsoft.com/en-us/library/windows/desktop/hh446797%28v=vs.85%29.aspx
Can it be made such that VA can determine from the function what type it should create? |
2 L A T E S T R E P L I E S (Newest First) |
tomkulaga |
Posted - May 18 2015 : 9:44:35 PM Thanks very much. |
accord |
Posted - May 18 2015 : 6:12:54 PM I am seeing the same effect here. Thank you for the clean description of the problem. We're planning to improve this at some point:
case=68153 |
|
|