The only d3d9 debug output i am receiving at the moment is
Direct3D9: :Window 000102b2 is on top of us!!
is this bad or is this standard output. I cant find any documentation on it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Given that the output doesn’t even have a severity printed with it (e.g.,
(INFO),(WARN), or(ERROR)), it’s probably verbose output, i.e., not bad. You should be able to tweak the debug output level from the DirectX 9 control panel if you want to suppress it.