Uses of Class
com.raylib.RenderTexture
Packages that use RenderTexture
-
Uses of RenderTexture in com.raylib
Methods in com.raylib that return RenderTextureModifier and TypeMethodDescriptionstatic RenderTexture
RenderTexture.allocateArray
(long elementCount) Allocate an array of RenderTexturestatic RenderTexture
RenderTexture.allocateArray
(long elementCount, SegmentAllocator allocator) Allocate an array of RenderTextureDepth buffer attachment textureRenderTexture.getArrayElement
(int index) RenderTexture.id
(int value) OpenGL framebuffer object idstatic RenderTexture
Raylib.loadRenderTexture
(int width, int height) Load texture for rendering (framebuffer)static RenderTexture
Raylib.loadRenderTexture
(Arena arena, int width, int height) Load texture for rendering (framebuffer)Color buffer attachment textureMethods in com.raylib with parameters of type RenderTextureModifier and TypeMethodDescriptionstatic void
Raylib.beginTextureMode
(RenderTexture target) Begin drawing to render texturestatic boolean
Raylib.isRenderTextureValid
(RenderTexture target) Check if a render texture is valid (loaded in GPU)static void
Raylib.unloadRenderTexture
(RenderTexture target) Unload render texture from GPU memory (VRAM)