MTLResourceOptions?

What best to pass to the options parameter of:

MTLDevice.makeBuffer(length:options:)
MTLDevice.makeBuffer(bytes:length:options:)
MTLDevice.makeBuffer(bytesNoCopy:length:options:deallocator:)

Basically I'm looking for a "plain English" explanation of MTLResourceOptions doc page.

Replies

Helo @yetanotherme,

There are several articles that discuss the resource storage mode options:

Take a look at those, and then come back here if you are not clear on the options you should use for your use-case.