typealias LayoutPtr<T, L>

Description

Represents a pointer with custom data layout as a shorthand for Ptr. Such pointers are almost always in the Device address space.

Signature

typealias LayoutPtr<T, L> = Ptr<T, Access.ReadWrite, AddressSpace.Device, DefaultDataLayout>;

Generic Parameters

T

L: IBufferDataLayout