Skip to content

EntropyCanvas::ShaderModuleEntry

Module entry in the shader asset. More…

#include <ShaderAsset.h>

Name
uint32_tsourceOffset
Offset to module source (from start of file).
uint32_tsourceLength
Length of module source in bytes.
std::stringmoduleName
Module name (as used in import statements).
struct EntropyCanvas::ShaderModuleEntry;

Module entry in the shader asset.

Describes a bundled Slang module that the main shader imports.

uint32_t sourceOffset = 0;

Offset to module source (from start of file).

uint32_t sourceLength = 0;

Length of module source in bytes.

std::string moduleName;

Module name (as used in import statements).


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