43 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::ChunkViewSource>> mLocalSource;
44 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::BlockTessellator>> mBlockTessellator;
45 ::ll::TypedStorage<1, 1, bool> mAllDark;
46 ::ll::TypedStorage<1, 1, bool> mSkyLit;
47 ::ll::TypedStorage<1, 1, bool> mBlendCanRenderAsOpaque;
48 ::ll::TypedStorage<4, 4, float> mAverageSkyLight;
49 ::ll::TypedStorage<8, 168, ::std::array<::std::vector<::RenderChunkQuadInfo>, 7>> mFaceMetadata;
50 ::ll::TypedStorage<4, 136, ::std::array<::RangeIndices, 17>> mRenderLayerRanges;
51 ::ll::TypedStorage<8, 8, ::std::vector<::BlockQueueEntry>*> mQueues;
52 ::ll::TypedStorage<8, 8, ::std::vector<::BlockQueueEntry>*> mSimpleOpaqueBlockQueue;
53 ::ll::TypedStorage<8, 136, uint64[17]> mQueueIndexCounts;
54 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Tessellator>> mOwnedTessellator;
55 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::ClientBlockPipeline::MaterialRepository>> mMaterialRepository;
56 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::RuntimeLocalLightingConfig const>> mLocalLightingConfig;
57 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ClientBlockPipeline::BlockTessellatorPipeline>> mPipelineTessellator;
58 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ClientBlockPipeline::Description>> mPipelineDescription;
59 ::ll::TypedStorage<8, 8, ::Tessellator&> mTessellator;
60 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::mce::Mesh>> mBuiltMesh;
61 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::mce::MeshData>> mMeshData;
62 ::ll::TypedStorage<1, 1, bool> mGUIRendering;
63 ::ll::TypedStorage<4, 24, ::AABB> mBuildBoundingBox;
64 ::ll::TypedStorage<1, 1, bool> mUseNewTessellationPipeline;
65 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::IRenderChunkGarbage>> mRenderChunkGarbage;
66 ::ll::TypedStorage<8, 16, ::WeakRef<::RenderChunkCoordinator>> mRenderChunkCoordinator;
79 ::std::shared_ptr<::ClientBlockPipeline::MaterialRepository>
const& materialRepository,
86 ::std::shared_ptr<::ClientBlockPipeline::MaterialRepository>
const& materialRepository,
89 ::std::weak_ptr<::IRenderChunkGarbage> garbage
104 bool transparentLeaves,
120 bool transparentLeaves,
121 ::BakedBlockLightType lightingType,
136 uint64 blockBitsetIndex,
145 ::std::shared_ptr<::ClientBlockPipeline::MaterialRepository>
const& materialRepository,
152 ::std::shared_ptr<::ClientBlockPipeline::MaterialRepository>
const& materialRepository,
155 ::std::weak_ptr<::IRenderChunkGarbage> garbage
Definition BlockQueueEntry.h:5
Definition TessellatorContext.h:7