this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Metal: Manually List Sources to be Compiled

Sometimes it takes a few tries for`file` to detect the new changes.

Thomas A ac34c7dc 19878d10

+116 -2
+116 -2
src/frameworks/Metal/CMakeLists.txt
··· 12 12 VERSION "A" 13 13 14 14 SOURCES 15 - ${MTL_C} 16 - ${MTL_OBJC} 15 + src/_MTLCommandBuffer.m 16 + src/_MTLCommandEncoder.m 17 + src/_MTLCommandQueue.m 18 + src/_MTLComputePipelineState.m 19 + src/_MTLDebugCommandEncoder.m 20 + src/_MTLDepthStencilState.m 21 + src/_MTLDevice.m 22 + src/_MTLFakeComputePipelineState.m 23 + src/_MTLFunctionInternal.m 24 + src/_MTLFunction.m 25 + src/_MTLLibrary.m 26 + src/_MTLParallelRenderCommandEncoder.m 27 + src/_MTLRenderPipelineState.m 28 + src/_MTLSamplerState.m 29 + src/functions.c 30 + src/MTLArgumentInternal.m 31 + src/MTLArgument.m 32 + src/MTLArrayTypeInternal.m 33 + src/MTLArrayType.m 34 + src/MTLAttributeDescriptorArrayInternal.m 35 + src/MTLAttributeDescriptorArray.m 36 + src/MTLAttributeDescriptorInternal.m 37 + src/MTLAttributeDescriptor.m 38 + src/MTLAttributeInternal.m 39 + src/MTLAttribute.m 40 + src/MTLBufferArgument.m 41 + src/MTLBufferLayoutDescriptorArrayInternal.m 42 + src/MTLBufferLayoutDescriptorArray.m 43 + src/MTLBufferLayoutDescriptorInternal.m 44 + src/MTLBufferLayoutDescriptor.m 45 + src/MTLBuiltInArgument.m 46 + src/MTLCommandQueueDescriptorInternal.m 47 + src/MTLCommandQueueDescriptor.m 48 + src/MTLCompileOptionsInternal.m 49 + src/MTLCompileOptions.m 50 + src/MTLCompiler.m 51 + src/MTLComputePipelineDescriptorInternal.m 52 + src/MTLComputePipelineDescriptor.m 53 + src/MTLComputePipelineReflectionInternal.m 54 + src/MTLComputePipelineReflection.m 55 + src/MTLDepthStencilDescriptorInternal.m 56 + src/MTLDepthStencilDescriptor.m 57 + src/MTLFunctionConstantInternal.m 58 + src/MTLFunctionConstant.m 59 + src/MTLFunctionConstantValuesInternal.m 60 + src/MTLFunctionConstantValues.m 61 + src/MTLFunctionVariant.m 62 + src/MTLIndexedConstantValue.m 63 + src/MTLIOAccelBlitCommandEncoder.m 64 + src/MTLIOAccelBuffer.m 65 + src/MTLIOAccelCommandBuffer.m 66 + src/MTLIOAccelCommandEncoder.m 67 + src/MTLIOAccelCommandQueue.m 68 + src/MTLIOAccelComputeCommandEncoder.m 69 + src/MTLIOAccelDebugCommandEncoder.m 70 + src/MTLIOAccelDevice.m 71 + src/MTLIOAccelDeviceShmem.m 72 + src/MTLIOAccelDeviceShmemPool.m 73 + src/MTLIOAccelParallelRenderCommandEncoder.m 74 + src/MTLIOAccelPooledResource.m 75 + src/MTLIOAccelRenderCommandEncoder.m 76 + src/MTLIOAccelResourceAllocation.m 77 + src/MTLIOAccelResource.m 78 + src/MTLIOAccelResourcePool.m 79 + src/MTLIOAccelTexture.m 80 + src/MTLIOMemoryInfo.m 81 + src/MTLNamedConstantValue.m 82 + src/MTLPixelFormatQuery.m 83 + src/MTLRenderPassAttachmentDescriptor.m 84 + src/MTLRenderPassColorAttachmentDescriptorArrayInternal.m 85 + src/MTLRenderPassColorAttachmentDescriptorArray.m 86 + src/MTLRenderPassColorAttachmentDescriptorInternal.m 87 + src/MTLRenderPassColorAttachmentDescriptor.m 88 + src/MTLRenderPassDepthAttachmentDescriptorInternal.m 89 + src/MTLRenderPassDepthAttachmentDescriptor.m 90 + src/MTLRenderPassDescriptorInternal.m 91 + src/MTLRenderPassDescriptor.m 92 + src/MTLRenderPassStencilAttachmentDescriptorInternal.m 93 + src/MTLRenderPassStencilAttachmentDescriptor.m 94 + src/MTLRenderPipelineColorAttachmentDescriptorArrayInternal.m 95 + src/MTLRenderPipelineColorAttachmentDescriptorArray.m 96 + src/MTLRenderPipelineColorAttachmentDescriptorInternal.m 97 + src/MTLRenderPipelineColorAttachmentDescriptor.m 98 + src/MTLRenderPipelineDescriptorInternal.m 99 + src/MTLRenderPipelineDescriptor.m 100 + src/MTLRenderPipelineReflectionInternal.m 101 + src/MTLRenderPipelineReflection.m 102 + src/MTLResourceAllocationInfo.m 103 + src/MTLResourceList.m 104 + src/MTLResourceListPool.m 105 + src/MTLSamplerDescriptorInternal.m 106 + src/MTLSamplerDescriptor.m 107 + src/MTLStageInputOutputDescriptorInternal.m 108 + src/MTLStageInputOutputDescriptor.m 109 + src/MTLStencilDescriptorInternal.m 110 + src/MTLStencilDescriptor.m 111 + src/MTLStructMemberInternal.m 112 + src/MTLStructMember.m 113 + src/MTLStructTypeInternal.m 114 + src/MTLStructType.m 115 + src/MTLTextureArgument.m 116 + src/MTLTextureDescriptorInternal.m 117 + src/MTLTextureDescriptor.m 118 + src/MTLThreadgroupMemoryArgument.m 119 + src/MTLVertexAttributeDescriptorArrayInternal.m 120 + src/MTLVertexAttributeDescriptorArray.m 121 + src/MTLVertexAttributeDescriptorInternal.m 122 + src/MTLVertexAttributeDescriptor.m 123 + src/MTLVertexAttributeInternal.m 124 + src/MTLVertexAttribute.m 125 + src/MTLVertexBufferLayoutDescriptorArrayInternal.m 126 + src/MTLVertexBufferLayoutDescriptorArray.m 127 + src/MTLVertexBufferLayoutDescriptorInternal.m 128 + src/MTLVertexBufferLayoutDescriptor.m 129 + src/MTLVertexDescriptorInternal.m 130 + src/MTLVertexDescriptor.m 17 131 18 132 DEPENDENCIES 19 133 system