Skip to content

Commit

Permalink
Removed printing of WGSL.
Browse files Browse the repository at this point in the history
  • Loading branch information
klukaszek committed Oct 1, 2024
1 parent 58bd143 commit 5f9d4b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gpu/webgpu/SDL_gpu_webgpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,6 @@ SDL_GPUShader *WebGPU_CreateShader(
WebGPUShader *shader = SDL_calloc(1, sizeof(WebGPUShader));

const char *wgsl = (const char *)shaderCreateInfo->code;
SDL_Log("WGSL Source: %s", wgsl);

WGPUShaderModuleWGSLDescriptor wgsl_desc = {
.chain = {
Expand Down

0 comments on commit 5f9d4b6

Please sign in to comment.