ios-samples/ios9/MetalPerformanceShadersHell...
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
MetalPerformanceShadersHelloWorld Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Screenshots [MetalPerformanceShadersHelloWorld] Add MetalPerformanceShadersHelloWorld iOS 9 sample 2015-07-21 21:52:22 +03:00
LICENSE.txt [MetalPerformanceShadersHelloWorld] Add license 2016-02-19 12:37:29 -03:00
Metadata.xml Fix metadata file 2016-09-08 18:00:01 -03:00
MetalPerformanceShadersHelloWorld.sln [MetalPerformanceShadersHelloWorld] Add MetalPerformanceShadersHelloWorld iOS 9 sample 2015-07-21 21:52:22 +03:00
README.md remove hashtags ios9 ios10 watchos 2019-07-24 17:48:58 -07:00

README.md

name description page_type languages products extensions urlFragment
Xamarin.iOS - MetalPerformanceShaders HelloWorld Demonstrates how easy it is to use the MetalPerformanceShaders framework. To convince you of its ease of use, the sample shows how to... (iOS9) sample
csharp
xamarin
tags
ios9
ios9-metalperformanceshadershelloworld

MetalPerformanceShaders HelloWorld

This sample demonstrates how easy it is to use the MetalPerformanceShaders framework. To convince you of its ease of use, the sample shows how to process an image using the Gaussian blur kernel provided by the framework. Youll also see how MetalPerformanceShaders integrates nicely with MetalKit. A label will be displayed in case the device does not support MetalPerformanceShaders.

MetalPerformanceShaders HelloWorld application screenshot

Build Requirements

Building this sample requires Xcode 7.0 and iOS 9.0 SDK

Runtime Requirements

This sample works only on a real device with A8 chip on board

Swift and Objective-C versions of sample

License

Xamarin port changes are released under the MIT license