summaryrefslogtreecommitdiff
path: root/vulkan/scripts/code_generator.py
diff options
context:
space:
mode:
authorYiwei Zhang <zzyiwei@google.com>2019-10-11 17:15:02 -0700
committerYiwei Zhang <zzyiwei@google.com>2019-10-11 17:15:02 -0700
commit6ca5d0c53f967e919b49337d4322f500ef119d9e (patch)
tree32b04adde30b6069e3126eaeb033a0b7586a4908 /vulkan/scripts/code_generator.py
parent1ca59c17a05359a08f072bc10c54ea0ad67554f1 (diff)
Vulkan: add docs for the framework generation scripts
Bug: 134185757 Test: ./scripts/code_generator.py && build Change-Id: I108412fdc672c5513f570ddac9221074a0027cd0
Diffstat (limited to 'vulkan/scripts/code_generator.py')
-rwxr-xr-xvulkan/scripts/code_generator.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/vulkan/scripts/code_generator.py b/vulkan/scripts/code_generator.py
index 378a9c0e10..2a017d2259 100755
--- a/vulkan/scripts/code_generator.py
+++ b/vulkan/scripts/code_generator.py
@@ -13,9 +13,9 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-#
-# This script provides the main function for generating
-# vulkan framework directly from the vulkan registry (vk.xml).
+
+"""Generates vulkan framework directly from the vulkan registry (vk.xml).
+"""
import api_generator
import driver_generator