Class Raylib.rlFramebufferAttachType

java.lang.Object
com.raylib.Raylib.rlFramebufferAttachType
Enclosing class:
Raylib

public static class Raylib.rlFramebufferAttachType extends Object
Framebuffer attachment type
  • Field Details

    • RL_ATTACHMENT_COLOR_CHANNEL0

      public static final int RL_ATTACHMENT_COLOR_CHANNEL0
      Framebuffer attachment type: color 0
      See Also:
    • RL_ATTACHMENT_COLOR_CHANNEL1

      public static final int RL_ATTACHMENT_COLOR_CHANNEL1
      Framebuffer attachment type: color 1
      See Also:
    • RL_ATTACHMENT_COLOR_CHANNEL2

      public static final int RL_ATTACHMENT_COLOR_CHANNEL2
      Framebuffer attachment type: color 2
      See Also:
    • RL_ATTACHMENT_COLOR_CHANNEL3

      public static final int RL_ATTACHMENT_COLOR_CHANNEL3
      Framebuffer attachment type: color 3
      See Also:
    • RL_ATTACHMENT_COLOR_CHANNEL4

      public static final int RL_ATTACHMENT_COLOR_CHANNEL4
      Framebuffer attachment type: color 4
      See Also:
    • RL_ATTACHMENT_COLOR_CHANNEL5

      public static final int RL_ATTACHMENT_COLOR_CHANNEL5
      Framebuffer attachment type: color 5
      See Also:
    • RL_ATTACHMENT_COLOR_CHANNEL6

      public static final int RL_ATTACHMENT_COLOR_CHANNEL6
      Framebuffer attachment type: color 6
      See Also:
    • RL_ATTACHMENT_COLOR_CHANNEL7

      public static final int RL_ATTACHMENT_COLOR_CHANNEL7
      Framebuffer attachment type: color 7
      See Also:
    • RL_ATTACHMENT_DEPTH

      public static final int RL_ATTACHMENT_DEPTH
      Framebuffer attachment type: depth
      See Also:
    • RL_ATTACHMENT_STENCIL

      public static final int RL_ATTACHMENT_STENCIL
      Framebuffer attachment type: stencil
      See Also:
  • Constructor Details

    • rlFramebufferAttachType

      public rlFramebufferAttachType()