Square data texture Host (sampler2D).
Owns CPU buffer + optional GPU texture; writers use ISquareDataTextureWriter.
CPU reads/writes (data, enqueue, resize) never create a GPU texture.
Access texture or upload to create it. device may be null
for CPU-only stores.
Square data texture Host (
sampler2D). Owns CPU buffer + optional GPU texture; writers use ISquareDataTextureWriter. CPU reads/writes (data, enqueue, resize) never create a GPU texture. Access texture or upload to create it.devicemay be null for CPU-only stores.