Table of Contents

Struct BMPColorCollectionJob

Namespace
Map.Loading.Images
Assembly
MapAssembly.dll

Burst-compiled job for parallel BMP pixel processing Processes chunks of pixels to collect unique colors

[BurstCompile(OptimizeFor = OptimizeFor.Performance)]
public struct BMPColorCollectionJob

Fields

Height

[ReadOnly]
public int Height

Field Value

int

PixelData

[ReadOnly]
public BMPParser.BMPPixelData PixelData

Field Value

BMPParser.BMPPixelData

ResultCounts

public NativeArray<int> ResultCounts

Field Value

NativeArray<int>

TempResults

public NativeArray<int> TempResults

Field Value

NativeArray<int>

Width

[ReadOnly]
public int Width

Field Value

int

Methods

Execute(int, int)

public void Execute(int startIndex, int count)

Parameters

startIndex int
count int