EntropyCanvas::ShaderUploadResult
EntropyCanvas::ShaderUploadResult
Section titled “EntropyCanvas::ShaderUploadResult”Result of shader upload operation.
#include <ShaderAsset.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| bool | success Whether upload was successful. |
| std::string | errorMessage Error message if failed. |
| AssetId | assetId Computed asset ID. |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable success
Section titled “variable success”bool success = false;Whether upload was successful.
variable errorMessage
Section titled “variable errorMessage”std::string errorMessage;Error message if failed.
variable assetId
Section titled “variable assetId”AssetId assetId;Computed asset ID.
Updated on 2026-01-26 at 17:14:35 -0500