Cleanup: sort file, struct lists
This commit is contained in:
@@ -368,11 +368,11 @@ if(WITH_XR_OPENXR)
|
||||
|
||||
GHOST_IXrContext.h
|
||||
intern/GHOST_IXrGraphicsBinding.h
|
||||
intern/GHOST_Xr_intern.h
|
||||
intern/GHOST_Xr_openxr_includes.h
|
||||
intern/GHOST_XrContext.h
|
||||
intern/GHOST_XrSession.h
|
||||
intern/GHOST_XrSwapchain.h
|
||||
intern/GHOST_Xr_intern.h
|
||||
intern/GHOST_Xr_openxr_includes.h
|
||||
)
|
||||
list(APPEND INC_SYS
|
||||
${XR_OPENXR_SDK_INCLUDE_DIR}
|
||||
|
||||
@@ -598,8 +598,8 @@ typedef void (*GHOST_TimerProcPtr)(struct GHOST_TimerTaskHandle__ *task, GHOST_T
|
||||
|
||||
#ifdef WITH_XR_OPENXR
|
||||
|
||||
struct GHOST_XrError;
|
||||
struct GHOST_XrDrawViewInfo;
|
||||
struct GHOST_XrError;
|
||||
/**
|
||||
* The XR view (i.e. the OpenXR runtime) may require a different graphics library than OpenGL. An
|
||||
* offscreen texture of the viewport will then be drawn into using OpenGL, but the final texture
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
|
||||
class GHOST_XrContext;
|
||||
class GHOST_XrSwapchain;
|
||||
struct OpenXRSessionData;
|
||||
struct GHOST_XrDrawInfo;
|
||||
struct OpenXRSessionData;
|
||||
|
||||
class GHOST_XrSession {
|
||||
public:
|
||||
|
||||
@@ -36,8 +36,8 @@ struct Main;
|
||||
struct PackedFile;
|
||||
struct ReportList;
|
||||
struct VFont;
|
||||
struct bSound;
|
||||
struct Volume;
|
||||
struct bSound;
|
||||
|
||||
enum ePF_FileCompare {
|
||||
PF_CMP_EQUAL = 0,
|
||||
|
||||
@@ -30,8 +30,8 @@
|
||||
#include "DNA_windowmanager_types.h" /* for ReportType */
|
||||
#include "zlib.h"
|
||||
|
||||
struct IDNameLib_Map;
|
||||
struct GSet;
|
||||
struct IDNameLib_Map;
|
||||
struct Key;
|
||||
struct MemFile;
|
||||
struct Object;
|
||||
|
||||
@@ -32,7 +32,6 @@ struct ModifierData;
|
||||
struct PTCacheEdit;
|
||||
struct ParticleSystem;
|
||||
|
||||
struct bGPdata;
|
||||
struct Curve;
|
||||
struct Hair;
|
||||
struct Lattice;
|
||||
@@ -40,6 +39,7 @@ struct Mesh;
|
||||
struct MetaBall;
|
||||
struct PointCloud;
|
||||
struct Volume;
|
||||
struct bGPdata;
|
||||
|
||||
/* Expose via BKE callbacks */
|
||||
void DRW_mball_batch_cache_dirty_tag(struct MetaBall *mb, int mode);
|
||||
|
||||
@@ -59,8 +59,8 @@
|
||||
#include "BKE_curveprofile.h"
|
||||
#include "BKE_global.h"
|
||||
#include "BKE_gpencil_modifier.h"
|
||||
#include "BKE_idtype.h"
|
||||
#include "BKE_idprop.h"
|
||||
#include "BKE_idtype.h"
|
||||
#include "BKE_layer.h"
|
||||
#include "BKE_lib_id.h"
|
||||
#include "BKE_lib_override.h"
|
||||
|
||||
@@ -134,8 +134,8 @@ set(SRC
|
||||
../DNA_camera_defaults.h
|
||||
../DNA_curve_defaults.h
|
||||
../DNA_defaults.h
|
||||
../DNA_image_defaults.h
|
||||
../DNA_hair_defaults.h
|
||||
../DNA_image_defaults.h
|
||||
../DNA_lattice_defaults.h
|
||||
../DNA_light_defaults.h
|
||||
../DNA_lightprobe_defaults.h
|
||||
|
||||
Reference in New Issue
Block a user