GDExtensionInterfacePackedFloat32ArrayOperatorIndex typedef
GDExtensionInterfacePackedFloat32ArrayOperatorIndex = Pointer<NativeFunction<GDExtensionInterfacePackedFloat32ArrayOperatorIndexFunction> >
@name packed_float32_array_operator_index @since 4.1
Gets a pointer to a 32-bit float in a PackedFloat32Array.
@param p_self A pointer to a PackedFloat32Array object. @param p_index The index of the float to get.
@return A pointer to the requested 32-bit float.
Implementation
typedef GDExtensionInterfacePackedFloat32ArrayOperatorIndex =
ffi.Pointer<
ffi.NativeFunction<
GDExtensionInterfacePackedFloat32ArrayOperatorIndexFunction
>
>;