Merge pull request #841 from krOoze/fix_images

Fix bad figures options
This commit is contained in:
Jon Leech 2018-11-03 15:44:17 -07:00 committed by GitHub
commit 7df1ad5d51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -11,7 +11,7 @@ compute pipelines (see <<pipelines-raytracing,Raytracing Pipeline>>).
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
****

View File

@ -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

View File

@ -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[]