Skip to content

Commit

Permalink
Remove some dumb print_lines
Browse files Browse the repository at this point in the history
  • Loading branch information
EIREXE committed Mar 4, 2024
1 parent 2ca8dc6 commit f505420
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ffmpeg_video_stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ void YUVGPUConverter::_ensure_pipeline() {
// Ugly hack to skip the #[compute] in the header, because parse_versions_from_text is not available through GDNative
shader_source->set_stage_source(RenderingDevice::ShaderStage::SHADER_STAGE_COMPUTE, yuv_to_rgb_shader_glsl + 10);
Ref<RDShaderSPIRV> shader_spirv = rd->shader_compile_spirv_from_source(shader_source);
print_line("MAKE SHADER");

#else

Expand Down Expand Up @@ -489,8 +488,6 @@ Error YUVGPUConverter::_ensure_output_texture() {
FREE_RD_RID(out_texture->get_texture_rd_rid());
}

print_line("CRECREATE OUTPUT TEXTURE");

RDTextureFormatC out_texture_format;
out_texture_format.format = RenderingDevice::DATA_FORMAT_R8G8B8A8_UNORM;
out_texture_format.width = frame_size.width;
Expand Down

0 comments on commit f505420

Please sign in to comment.