wasmPointer static method

WasmStructPointer<TextureD> wasmPointer(
  1. int ptr
)

Implementation

static WasmStructPointer<TextureD> wasmPointer(int ptr) => .new(ptr, TextureD.new, byteSize);