Class Raylib.rlFramebufferAttachType
java.lang.Object
com.raylib.Raylib.rlFramebufferAttachType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Framebuffer attachment type: color 0static final int
Framebuffer attachment type: color 1static final int
Framebuffer attachment type: color 2static final int
Framebuffer attachment type: color 3static final int
Framebuffer attachment type: color 4static final int
Framebuffer attachment type: color 5static final int
Framebuffer attachment type: color 6static final int
Framebuffer attachment type: color 7static final int
Framebuffer attachment type: depthstatic final int
Framebuffer attachment type: stencil -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RL_ATTACHMENT_COLOR_CHANNEL0
public static final int RL_ATTACHMENT_COLOR_CHANNEL0Framebuffer attachment type: color 0- See Also:
-
RL_ATTACHMENT_COLOR_CHANNEL1
public static final int RL_ATTACHMENT_COLOR_CHANNEL1Framebuffer attachment type: color 1- See Also:
-
RL_ATTACHMENT_COLOR_CHANNEL2
public static final int RL_ATTACHMENT_COLOR_CHANNEL2Framebuffer attachment type: color 2- See Also:
-
RL_ATTACHMENT_COLOR_CHANNEL3
public static final int RL_ATTACHMENT_COLOR_CHANNEL3Framebuffer attachment type: color 3- See Also:
-
RL_ATTACHMENT_COLOR_CHANNEL4
public static final int RL_ATTACHMENT_COLOR_CHANNEL4Framebuffer attachment type: color 4- See Also:
-
RL_ATTACHMENT_COLOR_CHANNEL5
public static final int RL_ATTACHMENT_COLOR_CHANNEL5Framebuffer attachment type: color 5- See Also:
-
RL_ATTACHMENT_COLOR_CHANNEL6
public static final int RL_ATTACHMENT_COLOR_CHANNEL6Framebuffer attachment type: color 6- See Also:
-
RL_ATTACHMENT_COLOR_CHANNEL7
public static final int RL_ATTACHMENT_COLOR_CHANNEL7Framebuffer attachment type: color 7- See Also:
-
RL_ATTACHMENT_DEPTH
public static final int RL_ATTACHMENT_DEPTHFramebuffer attachment type: depth- See Also:
-
RL_ATTACHMENT_STENCIL
public static final int RL_ATTACHMENT_STENCILFramebuffer attachment type: stencil- See Also:
-
-
Constructor Details
-
rlFramebufferAttachType
public rlFramebufferAttachType()
-