Struct EncodePngJob
- Namespace
 - Zorro.Recorder.ImageEncoding
 
- Assembly
 - Zorro.Recorder.dll
 
[BurstCompile]
public struct EncodePngJob : IJob
  - Implements
 
- Inherited Members
 
Fields
Height
public uint Height
  Field Value
Input
[ReadOnly]
[DeallocateOnJobCompletion]
public NativeArray<byte> Input
  Field Value
Output
public NativeList<byte> Output
  Field Value
- NativeList<byte>
 
Width
public uint Width
  Field Value
Methods
Execute()
public void Execute()