Skip to content

Commit a2bb192

Browse files
committed
remove test code.
1 parent e2accc3 commit a2bb192

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Graphics/ShaderTools/src/SPIRVTools.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@ std::vector<uint32_t> PatchSPIRVConvertUniformBufferToPushConstant(
181181
{
182182
return {};
183183
}
184-
auto fp = fopen("d:\\testubo.spv", "wb");
185-
fwrite(result.data(), result.size() * 4, 1, fp);
186-
fclose(fp);
187184
return result;
188185
}
189186

0 commit comments

Comments
 (0)