Changeset View
Changeset View
Standalone View
Standalone View
source/blender/gpu/intern/gpu_shader_builtin.c
| Show First 20 Lines • Show All 150 Lines • ▼ Show 20 Lines | [GPU_SHADER_2D_CHECKER] = | ||||
| }, | }, | ||||
| [GPU_SHADER_2D_DIAG_STRIPES] = | [GPU_SHADER_2D_DIAG_STRIPES] = | ||||
| { | { | ||||
| .name = "GPU_SHADER_2D_DIAG_STRIPES", | .name = "GPU_SHADER_2D_DIAG_STRIPES", | ||||
| .create_info = "gpu_shader_2D_diag_stripes", | .create_info = "gpu_shader_2D_diag_stripes", | ||||
| }, | }, | ||||
| [GPU_SHADER_2D_UNIFORM_COLOR] = | |||||
| { | |||||
| .name = "GPU_SHADER_2D_UNIFORM_COLOR", | |||||
| .create_info = "gpu_shader_2D_uniform_color", | |||||
| }, | |||||
| [GPU_SHADER_2D_FLAT_COLOR] = | [GPU_SHADER_2D_FLAT_COLOR] = | ||||
| { | { | ||||
| .name = "GPU_SHADER_2D_FLAT_COLOR", | .name = "GPU_SHADER_2D_FLAT_COLOR", | ||||
| .create_info = "gpu_shader_2D_flat_color", | .create_info = "gpu_shader_2D_flat_color", | ||||
| }, | }, | ||||
| [GPU_SHADER_2D_SMOOTH_COLOR] = | [GPU_SHADER_2D_SMOOTH_COLOR] = | ||||
| { | { | ||||
| .name = "GPU_SHADER_2D_SMOOTH_COLOR", | .name = "GPU_SHADER_2D_SMOOTH_COLOR", | ||||
| ▲ Show 20 Lines • Show All 261 Lines • Show Last 20 Lines | |||||