rlLoadTextureDepth function

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

Implementation

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