Unverified Commit 8a8f9d60 by Omar Zohdi Committed by GitHub

Fixed Readme.rst

Minor typo in Readme.rst fixed.
parent 916063bf
...@@ -23,7 +23,7 @@ The Framework exists to make the sections of uninteresting or boilerplate code s ...@@ -23,7 +23,7 @@ The Framework exists to make the sections of uninteresting or boilerplate code s
The examples themselves are mostly code samples intended to: The examples themselves are mostly code samples intended to:
* Show the basics of OpenGL and Vulkan, with the HelloAPI and IntroducingPVRShell examples. * Show the basics of OpenGL ES and Vulkan, with the HelloAPI and IntroducingPVRShell examples.
* Demonstrate optimal implementations for techniques relevant for PowerVR, such as our DeferredShading with Pixel Local Storage/transient attachments, or our Gaussian Blur using a Sliding Average compute shader for reducing bandwidth. * Demonstrate optimal implementations for techniques relevant for PowerVR, such as our DeferredShading with Pixel Local Storage/transient attachments, or our Gaussian Blur using a Sliding Average compute shader for reducing bandwidth.
* Demonstrate how to use important extensions that may improve performance, PowerVR specific or otherwise, such as IMGFramebufferDownsample and IMGTextureFilterCubic. * Demonstrate how to use important extensions that may improve performance, PowerVR specific or otherwise, such as IMGFramebufferDownsample and IMGTextureFilterCubic.
...@@ -68,4 +68,4 @@ The PVRVFrame library filenames are: ...@@ -68,4 +68,4 @@ The PVRVFrame library filenames are:
Release notes Release notes
------------- -------------
For the latest version of the Release Notes detailing what has changed in this release, please visit `Release Notes <https://www.imgtec.com/developers/powervr-sdk-tools/whats-new/>`_. For the latest version of the Release Notes detailing what has changed in this release, please visit `Release Notes <https://www.imgtec.com/developers/powervr-sdk-tools/whats-new/>`_.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment