From bc452537e4b25603f69e81ca919e4a605b5b1b44 Mon Sep 17 00:00:00 2001 From: Mark Young Date: Thu, 21 Jul 2016 09:45:32 -0600 Subject: docs: Remove extra line in doc headers GitHub markdown adds a line after H1 and H2 entries. Normal markdown doesn't do this. So my WSYIWYG editor incorrectly showed the results of my previous edits. Change-Id: I3c197c1fb1f364bf4b1050d1eaa1141affefe9d1 --- loader/LoaderAndLayerInterface.md | 9 --------- 1 file changed, 9 deletions(-) (limited to 'loader/LoaderAndLayerInterface.md') diff --git a/loader/LoaderAndLayerInterface.md b/loader/LoaderAndLayerInterface.md index e5df1815..139a81cb 100644 --- a/loader/LoaderAndLayerInterface.md +++ b/loader/LoaderAndLayerInterface.md @@ -3,7 +3,6 @@
## Goals of this document ## ----------------------- Specify necessary functions and expected behavior of interface between the loader library and ICDs and layers for Windows, Linux and Android based @@ -12,7 +11,6 @@ systems. Also describe the application visible behaviors of the loader.
## Audience ## --------- This document is primarily targeted at Vulkan application, driver and layer developers. However, it can also be used by any developer interested in understanding more about @@ -22,7 +20,6 @@ how the Vulkan loader and layers interact. ## Loader goals ## ------------- - Support multiple ICDs (Installable Client Drivers) to co-exist on a system without interfering with each other. @@ -36,7 +33,6 @@ to an ICD entry point.
## Architectural overview of layers and loader ## -------------------------------------------- Vulkan is a layered architecture placing the Application on one end, the ICDs on the other, and the loader and some number of layers in between. @@ -105,7 +101,6 @@ instance) can skip intercepting any given Vulkan entry point.
## Application interface to loader ## -------------------------------- In this section we'll discuss how an application interacts with the loader. @@ -326,7 +321,6 @@ instance extensions. ## Vulkan Installable Client Driver interface with the loader ## ----------------------------------------------------------- ### ICD discovery @@ -563,7 +557,6 @@ under normal use.
## ICD interface requirements ## ----------------------------------------- Generally, for all Vulkan commands issued by an application, the loader can be viewed as a pass through. That is, the loader generally doesn't modify the @@ -772,7 +765,6 @@ by the Windows and Linux loaders.
## Vulkan layer interface with the loader ## --------------------------------------- ### Layer discovery @@ -1044,7 +1036,6 @@ layers located in /data/local/vulkan/debug.
## Layer interface requirements ## ------------------------------------------------------- #### Architectural interface overview -- cgit v1.2.3