Convert dx11 texture type

hi how can i convert a texture from lets say:
B8G8R8A8_UNorm
to
R8_UNorm
?

hi soundreactor,

there is a huge list of TextureFX in the dx11 pack. ChangeFormat will do that. you might want to convert to gray scale before, depending on what you are doing.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.