Struct StoreFloatValueNode.Kernel
Namespace: Unity.Compositor
Syntax
public struct Kernel : IGraphKernel<StoreFloatValueNode.KernelData, StoreFloatValueNode.KernelDefs>, IGraphKernel
Methods
Execute(RenderContext, StoreFloatValueNode.KernelData, ref StoreFloatValueNode.KernelDefs)
Declaration
public void Execute(RenderContext context, StoreFloatValueNode.KernelData data, ref StoreFloatValueNode.KernelDefs ports)
Parameters
Type | Name | Description |
---|---|---|
RenderContext | context | |
StoreFloatValueNode.KernelData | data | |
StoreFloatValueNode.KernelDefs | ports |