BatchRendererGroup.GetConstantBufferMaxWindowSize

Declaration

public static int GetConstantBufferMaxWindowSize();

Returns

int The maximum window size in bytes.

Description

Defines the maxiumum amount (in bytes) the BatchRendererGroup constant buffer window size is visible from the shader.

The BatchRendererGroup API is different from SystemInfo.maxConstantBufferSize because it uses Universal Buffer Objects (UBOs) in a different way from other rendering paths. This means it requires different size and alignment constraints on GL platforms.


Did you find this page useful? Please give it a rating: