Class AnnotationReflection
- Namespace
- ShadowDusk.Core.Reflection
- Assembly
- ShadowDusk.Core.dll
A reflected HLSL annotation (a name = value pair) on an effect parameter.
public sealed record AnnotationReflection : IEquatable<AnnotationReflection>
- Inheritance
-
AnnotationReflection
- Implements
- Inherited Members
Properties
Name
The annotation's name.
public required string Name { get; init; }
Property Value
Value
The annotation's value, as text.
public required string Value { get; init; }