interface
|
IResourceConsumer
|
base of
|
ResourceCache
|
Called by ResourceLoader to provide loaded GPU resource objects.
method
|
ConsumeLoadedResource
(string name,
IResourceHandle handle,
[Owner]
IResource resource,
TinmanError error)
|
||
params
|
name
|
The resource name, as provided to Load. | |
handle
|
The
resource
handle,
as
provided
to
the
handle
parameter
of
Load.
|
||
resource
|
The
GPU
resource
object
or
null
if:
|
||
error
|
The
error
that
has
occurred
while
loading
the
resource
or
null
on
success.
|