Class Raylib.rlFramebufferAttachTextureType
java.lang.Object
com.raylib.Raylib.rlFramebufferAttachTextureType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Framebuffer texture attachment type: cubemap, -X sidestatic final int
Framebuffer texture attachment type: cubemap, -Y sidestatic final int
Framebuffer texture attachment type: cubemap, -Z sidestatic final int
Framebuffer texture attachment type: cubemap, +X sidestatic final int
Framebuffer texture attachment type: cubemap, +Y sidestatic final int
Framebuffer texture attachment type: cubemap, +Z sidestatic final int
Framebuffer texture attachment type: renderbufferstatic final int
Framebuffer texture attachment type: texture2d -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RL_ATTACHMENT_CUBEMAP_POSITIVE_X
public static final int RL_ATTACHMENT_CUBEMAP_POSITIVE_XFramebuffer texture attachment type: cubemap, +X side- See Also:
-
RL_ATTACHMENT_CUBEMAP_NEGATIVE_X
public static final int RL_ATTACHMENT_CUBEMAP_NEGATIVE_XFramebuffer texture attachment type: cubemap, -X side- See Also:
-
RL_ATTACHMENT_CUBEMAP_POSITIVE_Y
public static final int RL_ATTACHMENT_CUBEMAP_POSITIVE_YFramebuffer texture attachment type: cubemap, +Y side- See Also:
-
RL_ATTACHMENT_CUBEMAP_NEGATIVE_Y
public static final int RL_ATTACHMENT_CUBEMAP_NEGATIVE_YFramebuffer texture attachment type: cubemap, -Y side- See Also:
-
RL_ATTACHMENT_CUBEMAP_POSITIVE_Z
public static final int RL_ATTACHMENT_CUBEMAP_POSITIVE_ZFramebuffer texture attachment type: cubemap, +Z side- See Also:
-
RL_ATTACHMENT_CUBEMAP_NEGATIVE_Z
public static final int RL_ATTACHMENT_CUBEMAP_NEGATIVE_ZFramebuffer texture attachment type: cubemap, -Z side- See Also:
-
RL_ATTACHMENT_TEXTURE2D
public static final int RL_ATTACHMENT_TEXTURE2DFramebuffer texture attachment type: texture2d- See Also:
-
RL_ATTACHMENT_RENDERBUFFER
public static final int RL_ATTACHMENT_RENDERBUFFERFramebuffer texture attachment type: renderbuffer- See Also:
-
-
Constructor Details
-
rlFramebufferAttachTextureType
public rlFramebufferAttachTextureType()
-