Changeset View
Changeset View
Standalone View
Standalone View
source/blender/gpu/intern/gpu_shader_builtin.c
| Show First 20 Lines • Show All 147 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_ICON] = | |||||
| { | |||||
| .name = "GPU_SHADER_ICON", | |||||
| .create_info = "gpu_shader_icon", | |||||
| }, | |||||
| [GPU_SHADER_2D_IMAGE_OVERLAYS_MERGE] = | [GPU_SHADER_2D_IMAGE_OVERLAYS_MERGE] = | ||||
| { | { | ||||
| .name = "GPU_SHADER_2D_IMAGE_OVERLAYS_MERGE", | .name = "GPU_SHADER_2D_IMAGE_OVERLAYS_MERGE", | ||||
| .create_info = "gpu_shader_2D_image_overlays_merge", | .create_info = "gpu_shader_2D_image_overlays_merge", | ||||
| }, | }, | ||||
| [GPU_SHADER_2D_IMAGE_OVERLAYS_STEREO_MERGE] = | [GPU_SHADER_2D_IMAGE_OVERLAYS_STEREO_MERGE] = | ||||
| { | { | ||||
| .name = "GPU_SHADER_2D_IMAGE_OVERLAYS_STEREO_MERGE", | .name = "GPU_SHADER_2D_IMAGE_OVERLAYS_STEREO_MERGE", | ||||
| ▲ Show 20 Lines • Show All 236 Lines • Show Last 20 Lines | |||||