Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <j.bakker@atmind.nl>2018-06-15 09:57:49 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2018-06-15 14:02:15 +0300
commit64bfa4b300dabe0abf45c10c179892e1557a4b1a (patch)
tree8a2e9620b9b6b259ddbcb57f7a28e98bc41954dc /source/blender/blenkernel/BKE_studiolight.h
parentb7338463a79913cc2eceaad04e8144b2770860e1 (diff)
T55486: use GPU_R11F_G11F_B10F for Matcaps
Diffstat (limited to 'source/blender/blenkernel/BKE_studiolight.h')
-rw-r--r--source/blender/blenkernel/BKE_studiolight.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_studiolight.h b/source/blender/blenkernel/BKE_studiolight.h
index e4c4fd87ecd..36de1e4d22f 100644
--- a/source/blender/blenkernel/BKE_studiolight.h
+++ b/source/blender/blenkernel/BKE_studiolight.h
@@ -98,6 +98,7 @@ typedef struct StudioLight {
ImBuf *radiance_cubemap_buffers[6];
struct GPUTexture *equirectangular_radiance_gputexture;
struct GPUTexture *equirectangular_irradiance_gputexture;
+ float *gpu_matcap_3components; /* 3 channel buffer for GPU_R11F_G11F_B10F */
} StudioLight;
void BKE_studiolight_init(void);