rlLoadTextureDepth function

int rlLoadTextureDepth(
  1. num width,
  2. num height,
  3. bool useRenderBuffer
)

Implementation

int rlLoadTextureDepth(
  num width,
  num height,
  bool useRenderBuffer,
) => _module.rlLoadTextureDepth(width, height, useRenderBuffer);