-
Methods in org.robovm.apple.metal with parameters of type MTLPipelineOption
| Modifier and Type |
Method |
Description |
MTLComputePipelineState |
MTLDevice.newComputePipelineState(MTLComputePipelineDescriptor descriptor,
MTLPipelineOption options,
MTLComputePipelineReflection.MTLComputePipelineReflectionPtr reflection) |
|
void |
MTLDevice.newComputePipelineState(MTLComputePipelineDescriptor descriptor,
MTLPipelineOption options,
VoidBlock3<MTLComputePipelineState,MTLComputePipelineReflection,NSError> completionHandler) |
|
MTLComputePipelineState |
MTLDevice.newComputePipelineState(MTLFunction computeFunction,
MTLPipelineOption options) |
|
MTLComputePipelineState |
MTLDevice.newComputePipelineState(MTLFunction computeFunction,
MTLPipelineOption options,
MTLComputePipelineReflection.MTLComputePipelineReflectionPtr reflection) |
|
void |
MTLDevice.newComputePipelineState(MTLFunction computeFunction,
MTLPipelineOption options,
VoidBlock3<MTLComputePipelineState,MTLComputePipelineReflection,NSError> completionHandler) |
|
MTLRenderPipelineState |
MTLDevice.newRenderPipelineState(MTLRenderPipelineDescriptor descriptor,
MTLPipelineOption options) |
|
MTLRenderPipelineState |
MTLDevice.newRenderPipelineState(MTLRenderPipelineDescriptor descriptor,
MTLPipelineOption options,
MTLRenderPipelineReflection.MTLRenderPipelineReflectionPtr reflection) |
|
void |
MTLDevice.newRenderPipelineState(MTLRenderPipelineDescriptor descriptor,
MTLPipelineOption options,
VoidBlock3<MTLRenderPipelineState,MTLRenderPipelineReflection,NSError> completionHandler) |
|
MTLRenderPipelineState |
MTLDevice.newRenderPipelineState(MTLTileRenderPipelineDescriptor descriptor,
MTLPipelineOption options,
MTLRenderPipelineReflection.MTLRenderPipelineReflectionPtr reflection) |
|
void |
MTLDevice.newRenderPipelineState(MTLTileRenderPipelineDescriptor descriptor,
MTLPipelineOption options,
VoidBlock3<MTLRenderPipelineState,MTLRenderPipelineReflection,NSError> completionHandler) |
|