in_resource_get_length

Gets the length of the resource in bytes.

version(IN_DYNLIB)
export extern (C) @nogc
uint
in_resource_get_length

Parameters

obj in_resource_t*

The resource object.

Return Value

Type: uint

The length of the resource's GPU memory allocation in bytes.

Meta