2014-10-23 22:38:04 +08:00
|
|
|
<Page
|
2015-08-19 02:06:47 +08:00
|
|
|
x:Class="CocosAppWinRT.OpenGLESPage"
|
2014-10-23 22:38:04 +08:00
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2015-08-19 02:06:47 +08:00
|
|
|
xmlns:local="using:CocosAppWinRT"
|
2014-10-23 22:38:04 +08:00
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
|
mc:Ignorable="d">
|
|
|
|
|
2014-10-24 10:29:18 +08:00
|
|
|
<SwapChainPanel x:Name="swapChainPanel">
|
2016-04-25 11:17:09 +08:00
|
|
|
<Canvas x:Name="cocos2d_canvas" Visibility="Collapsed" />
|
2014-10-24 10:29:18 +08:00
|
|
|
</SwapChainPanel>
|
2014-10-23 22:38:04 +08:00
|
|
|
</Page>
|