Page 1 of 1

[v2.1] metal shader fix

Posted: Mon Aug 28, 2017 8:24 am
by cloud
ogre / Samples / Media / 2.0 / scripts / materials / TutorialCompute01_UavTexture / Metal / ComputeTest.metal

line 5
kernel void main
should be
kernel void main_metal

Re: [v2.1] metal shader fix

Posted: Thu Aug 31, 2017 5:03 pm
by berserkerviking
This is correct. Thanks for the find! I'll make the change in the v2-1 branch.
Also, as I'm sure you're aware, this will fix the TutorialCompute01_UavTexture sample on iOS as well.

Re: [v2.1] metal shader fix

Posted: Thu Aug 31, 2017 10:27 pm
by berserkerviking
Okay. I have pushed your fix. Thank you very much for your help!

changeset: 11402:5d3c0827f49e
branch: v2-1
tag: tip
user: berkserkerviking
date: Thu Aug 31 14:20:58 2017 -0700
summary: Fix for Sample_TutorialCompute01_UavTexture on macOS and iOS (from user 'cloud')