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
if run this: "for (size_t i = 0; i < 2550; ++i) { glm::vec4 color = cmd_buf.map_scratch_bufferglm::vec4(0, 5); *color = glm::vec4(0.f, 1.f, 0.f, 1.f); cmd_buf.bind_vertex_buffer(0, buffer, 0, vuk::Packed{ ... }) .draw(nRPCount, 1, 0, 0); }" CPU Memory would rise 800M,and unable to contract
The text was updated successfully, but these errors were encountered:
fun _bind_compute_pipeline_state has not release memory
Sorry, something went wrong.
No branches or pull requests
if run this:
"for (size_t i = 0; i < 2550; ++i) {
glm::vec4 color = cmd_buf.map_scratch_bufferglm::vec4(0, 5);
*color = glm::vec4(0.f, 1.f, 0.f, 1.f);
cmd_buf.bind_vertex_buffer(0, buffer, 0, vuk::Packed{ ... })
.draw(nRPCount, 1, 0, 0);
}"
CPU Memory would rise 800M,and unable to contract
The text was updated successfully, but these errors were encountered: