Blender  V3.3
DNA_gpu_types.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2001-2002 NaN Holding BV. All rights reserved. */
3 
8 #pragma once
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 /* Keep for 'Camera' versioning. */
16 typedef struct GPUDOFSettings {
19  float fstop;
20  float focal_length;
21  float sensor;
22  float rotation;
23  float ratio;
27 
28 #ifdef __cplusplus
29 }
30 #endif
struct GPUDOFSettings GPUDOFSettings
float focus_distance
Definition: DNA_gpu_types.h:18