getDepth abstract method

Future<int> getDepth([
  1. int level = 0
])

Returns the depth of the texture at the specified mipmap level (for 3D textures)

Implementation

Future<int> getDepth([int level = 0]);