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:
Diffstat (limited to 'source/blender/makesdna/DNA_gpu_types.h')
-rw-r--r--source/blender/makesdna/DNA_gpu_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_gpu_types.h b/source/blender/makesdna/DNA_gpu_types.h
index cecb07e79cf..da5abf0a0eb 100644
--- a/source/blender/makesdna/DNA_gpu_types.h
+++ b/source/blender/makesdna/DNA_gpu_types.h
@@ -45,7 +45,7 @@ typedef struct GPUSSAOSettings {
float attenuation;
/** Ray samples, we use presets here for easy control instead of. */
int samples;
- int pad;
+ char _pad[4];
} GPUSSAOSettings;
typedef struct GPUFXSettings {
@@ -53,7 +53,7 @@ typedef struct GPUFXSettings {
GPUSSAOSettings *ssao;
/** #eGPUFXFlags. */
char fx_flag;
- char pad[7];
+ char _pad[7];
} GPUFXSettings;
/* shaderfx enables */