|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
#include <Light.h>
Public Member Functions | |
| Light () | |
| LightEntry * | GetPointer () |
| Returns a typed pointer to the resource payload. | |
| size_t | GetPointerSize () |
| Returns the size (in bytes) of the type pointed to by GetRawPointer(). | |
Public Member Functions inherited from Ship::Resource< LightEntry > | |
| void * | GetRawPointer () override |
| Returns a type-erased raw pointer to the underlying resource data. | |
| IResource (std::shared_ptr< ResourceInitData > initData) | |
| Constructs an IResource with the given initialization data. | |
Public Member Functions inherited from Ship::IResource | |
| IResource (std::shared_ptr< ResourceInitData > initData) | |
| Constructs an IResource with the given initialization data. | |
| virtual | ~IResource () |
| bool | IsDirty () |
| Returns true if the resource has been marked dirty. | |
| void | Dirty () |
| Marks the resource as dirty. | |
| std::shared_ptr< ResourceInitData > | GetInitData () |
| Returns the initialization data used to load this resource. | |
Additional Inherited Members | |
Static Public Attributes inherited from Ship::IResource | |
| static const std::string | gAltAssetPrefix = "alt/" |
| Path prefix that identifies an "alt asset" override. | |
|
inline |
|
virtual |
Returns a typed pointer to the resource payload.
Implements Ship::Resource< LightEntry >.
|
virtual |
Returns the size (in bytes) of the type pointed to by GetRawPointer().
Implements Ship::IResource.