Interface IResource
A Component that holds one or more handles to GPU resources.
Properties
Name | Type | Description |
initialized [get]
|
bool | Whether this Resource has been successfully initialized.
|
Methods
Name | Description |
initialize
(device)
|
Initialize this Resource. intiialized should be true if successful.
|
See Also
Implementations
teraflop.graphics.Material
teraflop.graphics.Mesh
teraflop.graphics.Shader
teraflop.graphics.Texture