Home
last modified time | relevance | path

Searched refs:DEFINE_BITFIELD_PROPERTY (Results 1 - 10 of 10) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dplanar_reflection_component.h65 DEFINE_BITFIELD_PROPERTY(Flags, additionalFlags, "Flags", PropertyFlags::IS_BITFIELD,
70 DEFINE_BITFIELD_PROPERTY(uint64_t, layerMask, "Layer Mask", PropertyFlags::IS_BITFIELD,
H A Dlight_component.h84 DEFINE_BITFIELD_PROPERTY(uint64_t, lightLayerMask, "Light Layer Mask", PropertyFlags::IS_BITFIELD,
89 DEFINE_BITFIELD_PROPERTY(uint64_t, shadowLayerMask, "Shadow Layer Mask", PropertyFlags::IS_BITFIELD,
H A Dcamera_component.h134 DEFINE_BITFIELD_PROPERTY(
139 DEFINE_BITFIELD_PROPERTY(uint32_t, pipelineFlags, "Pipeline Flags", PropertyFlags::IS_BITFIELD,
236 DEFINE_BITFIELD_PROPERTY(uint64_t, layerMask, "Layer mask", PropertyFlags::IS_BITFIELD,
H A Dmaterial_component.h187 DEFINE_BITFIELD_PROPERTY(LightingFlags, materialLightingFlags, "Material Lighting Flags",
214 DEFINE_BITFIELD_PROPERTY(ExtraRenderingFlags, extraRenderingFlags, "ExtraRenderingFlags",
H A Dlayer_component.h33 DEFINE_BITFIELD_PROPERTY(uint64_t, layerMask, "Layer Mask", CORE_NS::PropertyFlags::IS_BITFIELD,
H A Drender_configuration_component.h95 DEFINE_BITFIELD_PROPERTY(SceneRenderingFlags, renderingFlags, "Rendering Flags", PropertyFlags::IS_BITFIELD,
H A Dpost_process_component.h52 DEFINE_BITFIELD_PROPERTY(
H A Danimation_state_component.h60 DEFINE_BITFIELD_PROPERTY(
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/
H A Dproperty_macros.h30 #undef DEFINE_BITFIELD_PROPERTY macro
42 #define DEFINE_BITFIELD_PROPERTY(type, name, displayname, flags, value, enumeration) \ macro
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dcomponent_struct_macros.h84 #undef DEFINE_BITFIELD_PROPERTY macro
95 #define DEFINE_BITFIELD_PROPERTY(type, name, displayname, flags, value, enumeration) type name{ value }; macro

Completed in 4 milliseconds