-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
WGSLTypes.jl/src/variableDecls.jl
Lines 74 to 84 in dac63eb
| struct VarDataType{T} <: Variable{T} | |
| attribute::Union{Nothing, VarAttribute} | |
| valTypePair::Pair{Symbol, eltype(T)} | |
| value::Union{Nothing, eltype(T)} | |
| varType::VariableType | |
| end | |
| struct LetDataType{T} <: Variable{T} | |
| valTypePair::Pair{Symbol, eltype(T)} | |
| value::Union{Nothing, eltype(T)} | |
| end |
Metadata
Metadata
Assignees
Labels
No labels