Contents

init(sharegroup:)

Initializes a new texture loader object.

Declaration

init(sharegroup: EAGLSharegroup)

Parameters

  • sharegroup:

    The sharegroup used to store new textures.

Return Value

A newly initialized texture loader.

Discussion

You only create a texture loader object when your app needs to load textures asynchronously.

See Also

Initialization