Skip to content

EntropyCanvas::ShaderUploadResult

Result of shader upload operation.

#include <ShaderAsset.h>

Name
boolsuccess
Whether upload was successful.
std::stringerrorMessage
Error message if failed.
AssetIdassetId
Computed asset ID.
bool success = false;

Whether upload was successful.

std::string errorMessage;

Error message if failed.

AssetId assetId;

Computed asset ID.


Updated on 2026-01-26 at 17:14:35 -0500