Class RenderTexture

java.lang.Object
zombie.core.rendering.RenderTarget
zombie.core.rendering.RenderTexture

public class RenderTexture extends RenderTarget
  • Field Details

    • colour

      public int colour
    • depth

      public int depth
    • stencil

      public int stencil
    • width

      public int width
    • height

      public int height
    • length

      public int length
    • colourFormat

      public int colourFormat
    • depthFormat

      public int depthFormat
    • depthAsTexture

      public boolean depthAsTexture
    • wrappingMode

      public int wrappingMode
  • Constructor Details

  • Method Details