Skip to content

gstvulkan: Constify code in create_shader

Given that code is not modified at any moment and VkShaderModuleCreateInfo admits a read-only pointer in pCode, we can certaintly mark the former as const too.

Merge request reports