From 572413c176eb66fbd18e95902012cf2d01b6a0bf Mon Sep 17 00:00:00 2001 From: Petr Kraus Date: Wed, 31 Oct 2018 04:18:00 +0100 Subject: [PATCH] Fix bad figures options - remove `{fullimagewidth}` (not sure what it is, but it does not seem to exist) - add missing `{imageopts}` --- chapters/VK_NVX_raytracing/raytracing.txt | 4 ++-- chapters/pipelines.txt | 2 +- chapters/primsrast.txt | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chapters/VK_NVX_raytracing/raytracing.txt b/chapters/VK_NVX_raytracing/raytracing.txt index 270c42bd..3ae72529 100644 --- a/chapters/VK_NVX_raytracing/raytracing.txt +++ b/chapters/VK_NVX_raytracing/raytracing.txt @@ -11,7 +11,7 @@ compute pipelines (see <>). It has a unique set of programmable and fixed function stages. [[fig-raypipe]] -image::images/raypipe.svg[align="center",title="Raytracing Pipeline",{fullimagewidth}] +image::images/raypipe.svg[align="center",title="Raytracing Pipeline",opts="{imageopts}"] .Caption **** @@ -217,7 +217,7 @@ There are two types of acceleration structures, _top level acceleration structures_ and _bottom level acceleration structures_. [[fig-accelstruct]] -image::images/accelstruct.svg[align="center",title="Acceleration Structure",{fullimagewidth}] +image::images/accelstruct.svg[align="center",title="Acceleration Structure",opts="{imageopts}"] .Caption **** diff --git a/chapters/pipelines.txt b/chapters/pipelines.txt index 188608df..5e4a92f5 100644 --- a/chapters/pipelines.txt +++ b/chapters/pipelines.txt @@ -88,7 +88,7 @@ ifndef::VK_NV_mesh_shader[] image::images/pipeline.svg[title="Block diagram of the Vulkan pipeline",align="center",opts="{imageopts}"] endif::VK_NV_mesh_shader[] ifdef::VK_NV_mesh_shader[] -image::images/pipelinemesh.svg[title="Block diagram of the Vulkan pipeline",{fullimagewidth},align="center",opts="{imageopts}"] +image::images/pipelinemesh.svg[title="Block diagram of the Vulkan pipeline",align="center",opts="{imageopts}"] endif::VK_NV_mesh_shader[] Each pipeline is controlled by a monolithic object created from a diff --git a/chapters/primsrast.txt b/chapters/primsrast.txt index d57349c0..777ac63c 100644 --- a/chapters/primsrast.txt +++ b/chapters/primsrast.txt @@ -507,11 +507,11 @@ pixel. [eq]#(0.9375, 0.25)# + [eq]#(0.875, 0.9375)# + [eq]#(0.0625, 0.0)# -|image:images/sample_count_1.svg[align="center"] -|image:images/sample_count_2.svg[align="center"] -|image:images/sample_count_4.svg[align="center"] -|image:images/sample_count_8.svg[align="center"] -|image:images/sample_count_16.svg[align="center"] +|image:images/sample_count_1.svg[align="center",opts="{imageopts}"] +|image:images/sample_count_2.svg[align="center",opts="{imageopts}"] +|image:images/sample_count_4.svg[align="center",opts="{imageopts}"] +|image:images/sample_count_8.svg[align="center",opts="{imageopts}"] +|image:images/sample_count_16.svg[align="center",opts="{imageopts}"] |==== ifdef::VK_AMD_shader_fragment_mask[]