We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are currently several issues regarding Renderer::Draw() function that needs to address later:
Renderer::Draw()
signal_semaphore
wait_semaphore
Draw()
SwapChain::Present()
The text was updated successfully, but these errors were encountered:
codeplay9800
UserRYang
shineyruan
No branches or pull requests
There are currently several issues regarding
Renderer::Draw()
function that needs to address later:signal_semaphore
,wait_semaphore
for the pipeline.Draw()
to sub functions in different member classesSwapChain::Present()
. Currently this function has been created but not used.The text was updated successfully, but these errors were encountered: