Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

What interval is determined for PF_EffectWorld.rowbytes?

Participant ,
Jun 10, 2024 Jun 10, 2024

I am trying to speed up the plugin by making it AVX2 compliant and would like to know how rowbytes are determined.
4byte?8byte?16byte?32byte?
I am assuming that they are probably patted to match one of those, but I would like to know the specific values.

TOPICS
How to , SDK
182
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 11, 2024 Jun 11, 2024
LATEST

I've always found rowbytes to be "whole" pixels. i.e. a buffer 10 pixels wide would have an extra 1 pixel worth of bytes.

though i can't tell you if it's a rule or other sizes may occur...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines