| Declaration | |
|---|---|
| From | @property (nonatomic, retain) NSArray<MTLAccelerationStructureGeometryDescriptor *> *geometryDescriptors |
| To | @property (nonatomic, retain) NSArray<MTLAccelerationStructureGeometryDescriptor *> *geometryDescriptors |
| Declaration | |
|---|---|
| From | @property (nonatomic, retain) id<MTLBuffer> vertexBuffer |
| To | @property (nonatomic, retain) id<MTLBuffer> vertexBuffer |
| Declaration | |
|---|---|
| From | @property (nonatomic, retain) id<MTLBuffer> indexBuffer |
| To | @property (nonatomic, retain) id<MTLBuffer> indexBuffer |
| Declaration | |
|---|---|
| From | @property (nonatomic, retain) id<MTLBuffer> boundingBoxBuffer |
| To | @property (nonatomic, retain) id<MTLBuffer> boundingBoxBuffer |
| Declaration | |
|---|---|
| From | @property (nonatomic, retain) id<MTLBuffer> instanceDescriptorBuffer |
| To | @property (nonatomic, retain) id<MTLBuffer> instanceDescriptorBuffer |
| Declaration | |
|---|---|
| From | @property (nonatomic, retain) NSArray<id<MTLAccelerationStructure>> *instancedAccelerationStructures |
| To | @property (nonatomic, retain) NSArray<id<MTLAccelerationStructure>> *instancedAccelerationStructures |
| Availability | Replacement | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use preloadedLibraries instead. |
| Declaration | |
|---|---|
| From | @property (nonatomic, readonly) MTLSize sampleCount |
| To | @property (nonatomic, readwrite) MTLSize sampleCount |