Is there a way to access data, such as current resolution, from the shader without passing it specifically?
Share
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.
Resolution of the rendertarget is not available, you need to pass it explicitly.
Resolution of an input texture is in DirectX 10+, you can use GetDimensions
http://msdn.microsoft.com/en-us/library/windows/desktop/bb509693(v=vs.85).aspx