|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
One entry point parameter or plain function parameter. More...
#include "donner/gpu/shader/IrModule.h"
Public Attributes | |
| RcString | name |
| Parameter name. | |
| IrType | type |
| Parameter type. | |
| std::optional< uint32_t > | location |
| Stage IO location (entry points). | |
| std::optional< BuiltinInput > | builtin |
| Builtin input (entry points). | |
One entry point parameter or plain function parameter.
| std::optional<BuiltinInput> donner::gpu::shader::IrParam::builtin |
Builtin input (entry points).
| std::optional<uint32_t> donner::gpu::shader::IrParam::location |
Stage IO location (entry points).
| RcString donner::gpu::shader::IrParam::name |
Parameter name.
| IrType donner::gpu::shader::IrParam::type |
Parameter type.