ERR_FAIL_COND_V_MSG(size!=pitch,Ref<Resource>(),"DDS header flags specify that a linear size of the top-level image is present, but the specified size does not match the expected value.");
}else{
ERR_FAIL_COND_V_MSG(pitch!=0,Ref<Resource>(),"DDS header flags specify that no linear size will given for the top-level image, but a non-zero linear size value is present in the header.");