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