GPU: remove 'GPU_SHADER_3D_IMAGE_MODULATE_ALPHA'
`GPU_SHADER_3D_IMAGE_MODULATE_ALPHA` can be seamlessly replaced by `GPU_SHADER_3D_IMAGE_COLOR` with no real harm done.
This commit is contained in:
@@ -141,11 +141,6 @@ static const GPUShaderStages builtin_shader_stages[GPU_SHADER_BUILTIN_LEN] = {
|
||||
.name = "GPU_SHADER_3D_IMAGE_COLOR",
|
||||
.create_info = "gpu_shader_3D_image_color",
|
||||
},
|
||||
[GPU_SHADER_3D_IMAGE_MODULATE_ALPHA] =
|
||||
{
|
||||
.name = "GPU_SHADER_3D_IMAGE_MODULATE_ALPHA",
|
||||
.create_info = "gpu_shader_3D_image_modulate_alpha",
|
||||
},
|
||||
[GPU_SHADER_2D_CHECKER] =
|
||||
{
|
||||
.name = "GPU_SHADER_2D_CHECKER",
|
||||
|
||||
Reference in New Issue
Block a user