Table of Contents

Struct EncodePngJob

Namespace
Zorro.Recorder.ImageEncoding
Assembly
Zorro.Recorder.dll
[BurstCompile]
public struct EncodePngJob : IJob
Implements
Inherited Members
Extension Methods

Fields

Height

public uint Height

Field Value

uint

Input

[ReadOnly]
[DeallocateOnJobCompletion]
public NativeArray<byte> Input

Field Value

NativeArray<byte>

Output

public NativeList<byte> Output

Field Value

NativeList<byte>

Width

public uint Width

Field Value

uint

Methods

Execute()

public void Execute()