Fix typos with codespell
Using codespell 2.3-dev from current git. And fix typo in `methods.py` for `vsproj=yes` option (still won't work though).
This commit is contained in:
@ -4152,8 +4152,8 @@ RID RenderingDeviceVulkan::framebuffer_create_multipass(const Vector<RID> &p_tex
|
||||
size.height = texture->height;
|
||||
size_set = true;
|
||||
} else if (texture->usage_flags & TEXTURE_USAGE_VRS_ATTACHMENT_BIT) {
|
||||
// If this is not the first attachement we assume this is used as the VRS attachment.
|
||||
// In this case this texture will be 1/16th the size of the color attachement.
|
||||
// If this is not the first attachment we assume this is used as the VRS attachment.
|
||||
// In this case this texture will be 1/16th the size of the color attachment.
|
||||
// So we skip the size check.
|
||||
} else {
|
||||
ERR_FAIL_COND_V_MSG((uint32_t)size.width != texture->width || (uint32_t)size.height != texture->height, RID(),
|
||||
|
||||
Reference in New Issue
Block a user