Package com.mojang.blaze3d.pipeline
Class MainTarget
java.lang.Object
com.mojang.blaze3d.pipeline.RenderTarget
com.mojang.blaze3d.pipeline.MainTarget
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescription(package private) static enum(package private) static class
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) static final MainTarget.Dimensionstatic final intstatic final intFields inherited from class com.mojang.blaze3d.pipeline.RenderTargetcolorTextureId, depthBufferId, filterMode, frameBufferId, height, useDepth, viewHeight, viewWidth, width
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate MainTarget.DimensionallocateAttachments(int p_166147_, int p_166148_) private booleanallocateColorAttachment(MainTarget.Dimension p_166140_) private booleanallocateDepthAttachment(MainTarget.Dimension p_166145_) private voidcreateFrameBuffer(int p_166142_, int p_166143_) Methods inherited from class com.mojang.blaze3d.pipeline.RenderTargetbindRead, bindWrite, blitToScreen, blitToScreen, checkStatus, clear, copyDepthFrom, createBuffers, destroyBuffers, enableStencil, getColorTextureId, getDepthTextureId, isStencilEnabled, resize, setClearColor, setFilterMode, unbindRead, unbindWrite
- 
Field Details- 
DEFAULT_WIDTHpublic static final int DEFAULT_WIDTH- See Also:
 
- 
DEFAULT_HEIGHTpublic static final int DEFAULT_HEIGHT- See Also:
 
- 
DEFAULT_DIMENSIONS
 
- 
- 
Constructor Details- 
MainTargetpublic MainTarget(int p_166137_, int p_166138_) 
 
- 
- 
Method Details- 
createFrameBufferprivate void createFrameBuffer(int p_166142_, int p_166143_) 
- 
allocateAttachments
- 
allocateColorAttachment
- 
allocateDepthAttachment
 
-