mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Remove test code, committed by accident.
This commit is contained in:
@@ -1365,11 +1365,6 @@ void VulkanReplay::InitPostVSBuffers(uint32_t eventId)
|
||||
pipeInfo.shaders[0].entryPoint.c_str(), attrIsInstanced, descSet,
|
||||
drawcall, baseVertex, numFetchVerts, numVerts, modSpirv, bufStride);
|
||||
|
||||
if(bufStride == 0)
|
||||
bufStride = 80;
|
||||
|
||||
FileIO::dump("T:/tmp/test.spv", modSpirv.data(), modSpirv.size() * 4);
|
||||
|
||||
VkComputePipelineCreateInfo compPipeInfo = {VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_CREATE_INFO};
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user