Documentation
¶
Index ¶
Constants ¶
View Source
const Mask = Size - 1
View Source
const Size = 256 // power of 2
Variables ¶
View Source
var CrashIndex uint32 = 0xFFFFFFFF
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct {
Object uintptr // gdextension.Object
Method uintptr // gdextension.MethodForClass
Shape uint64 // gdextension.Shape
Args [256]byte // copied packed args
Result [64]byte // result slot (for future phases)
Refs [16]uint16 // intra-buffer references (for future phases)
Owner uintptr // back-pointer for future result offloading
PC uintptr // Go caller PC, captured at enqueue time
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.