Cleanup of logging
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
parent
860fda9fb5
commit
2e1275e085
1 changed files with 0 additions and 7 deletions
|
|
@ -340,19 +340,12 @@ Algorithm::recordBindPush(const vk::CommandBuffer& commandBuffer)
|
|||
if (this->mPushConstantsSize) {
|
||||
KP_LOG_DEBUG("Kompute Algorithm binding push constants size: {}",
|
||||
this->mPushConstantsSize);
|
||||
KP_LOG_DEBUG("{} {}",
|
||||
this->mPushConstantsDataTypeMemorySize,
|
||||
this->mPushConstantsData == nullptr);
|
||||
KP_LOG_DEBUG("{}",
|
||||
((float*)this->mPushConstantsData)[0]);
|
||||
|
||||
commandBuffer.pushConstants(*this->mPipelineLayout,
|
||||
vk::ShaderStageFlagBits::eCompute,
|
||||
0,
|
||||
this->mPushConstantsSize * this->mPushConstantsDataTypeMemorySize,
|
||||
this->mPushConstantsData);
|
||||
KP_LOG_DEBUG("Constants bound: {}",
|
||||
this->mPushConstantsSize);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue