Skip to content

Conversation

@devshgraphicsprogramming
Copy link
Member

Description

Testing

TODO list:

return false;
}

const bool whollyInsideRenderpass = flags.hasFlags(USAGE::RENDER_PASS_CONTINUE_BIT);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Erfan-Ahmadi check this change I made

Comment on lines +121 to +128

// Using Vulkan 1.2 VUIDs here because we don't want to confuse ourselves with Dynamic Rendering being core
// https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-vkBeginCommandBuffer-commandBuffer-00049
if (m_state == STATE::RECORDING || m_state == STATE::PENDING)
{
NBL_LOG_ERROR("command buffer must not be in RECORDING or PENDING state!");
return false;
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Erfan-Ahmadi check this change I made

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants