rlLoadTextureDepth method
Load depth texture/renderbuffer (to be attached to fbo)
Implementation
@override
int rlLoadTextureDepth(
int width,
int height,
bool useRenderBuffer,
) => _ffi.rlLoadTextureDepth(
width,
height,
useRenderBuffer,
);