Searched refs:RenderSlotCullType (Results 1 – 9 of 9) sorted by relevance
97 RENDER_NS::RenderSlotCullType cullType { RENDER_NS::RenderSlotCullType::NONE };
44 CORE_JSON_SERIALIZE_ENUM(RenderSlotCullType,46 { RenderSlotCullType::NONE, "none" },47 { RenderSlotCullType::VIEW_FRUSTUM_CULL, "view_frustum_cull" },563 RenderSlotCullType RenderNodeParserUtil::GetRenderSlotCullType( in GetRenderSlotCullType()566 RenderSlotCullType cullType = RenderSlotCullType::NONE; in GetRenderSlotCullType()
58 RenderSlotCullType GetRenderSlotCullType( in RENDER_BEGIN_NAMESPACE()
99 RENDER_NS::RenderSlotCullType cullType { RENDER_NS::RenderSlotCullType::NONE };
127 RENDER_NS::RenderSlotCullType cullType { RENDER_NS::RenderSlotCullType::NONE };
124 RENDER_NS::RenderSlotCullType cullType { RENDER_NS::RenderSlotCullType::NONE };
104 virtual RenderSlotCullType GetRenderSlotCullType( in RENDER_BEGIN_NAMESPACE()
262 if (renderSlotInfo.cullType == RenderSlotCullType::VIEW_FRUSTUM_CULL) { in GetRenderSlotSubmeshes()285 ((renderSlotInfo.cullType != RenderSlotCullType::VIEW_FRUSTUM_CULL) || in GetRenderSlotSubmeshes()
132 enum class RenderSlotCullType : uint32_t { enum