package raylib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Raylib_core.RenderTextureSource

Sourcetype t'
Sourcetype t = t' ctyp
Sourceval t : t Ctypes.typ

OpenGL framebuffer object id

Sourceval texture : t -> Texture.t

Color buffer attachment texture

Sourceval depth : t -> Texture.t

Depth buffer attachment texture

Sourceval set_texture : t -> Texture.t -> unit
Sourceval set_depth : t -> Texture.t -> unit