Version: 2022.3
언어: 한국어

BatchRendererGroup.GetConstantBufferOffsetAlignment

매뉴얼로 전환
public static int GetConstantBufferOffsetAlignment ();

반환

int The alignment (in bytes) you should use to offset any data in the Uniform Buffer Object (UBO).

설명

The BatchRendererGroup API is different from SystemInfo.constantBufferOffsetAlignment 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.