Type_Info_Pointer

STRUCT

Struct Description

Type info data structure for pointers.

Video references

  • -1 means a conventional in-order value-packed struct. 0 means /Data-Oriented Demo: SOA, composition/. A value greater than zero will mean an AOSOA of the specified chunk size.
    “Q&A after Run-Time Type Info” YouTube, uploaded by Jonathan Blow, Feb 12, 2015, https://youtu.be/LPWXSXKnmqg?t=1354
  • Defining and demonstrating of Struct of Arrays (SOA)
    “Data-Oriented Demo: SOA, composition.” YouTube, uploaded by Jonathan Blow, Jan 21, 2015, https://youtu.be/ZHqFrNyLlpA

Listing

Fields

pointer_to Value referred to by this pointer.
soa_packing -1 means no SOA. 0 means no size. >0 is AOSOA of that chunk size.

Details

Fields

pointer_to

pointer_to : ^Type_Info;

Value referred to by this pointer.

soa_packing

soa_packing : s32;

-1 means no SOA. 0 means no size. >0 is AOSOA of that chunk size.

 

 

 

 

 

 

 

 

 

 

jailang 2019 pixeldroid
https://github.com/pixeldroid/jailang
programming pages theme v0.5.21 (https://github.com/pixeldroid/programming-pages)