Original Post
Is there anyway to set a texture's dimensions so they do not scale to a power of 2? Right now I am using the D3DX_DEFAULT_NONPOW2 flag to do this when creating the texture but apparently this does not work with all cards. It is making the textures all distortorted on cards that don't support it. Is there any way around this?