Couple of minor fixes

This commit is contained in:
baldurk
2015-07-19 00:36:22 +02:00
parent 03d5e1e659
commit 6975997413
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -25,6 +25,8 @@ d3dDevice->CreateTexture2D(&descriptor, NULL, &tex2d);
tex2d->SetPrivateData(WKPDID_D3DDebugObjectName, "Example Texture", sizeof("Example Texture"));
</code>
<para>In OpenGL this can be done with GL_KHR_debug - glObjectLabel.</para>
<para>When this texture is bound to the pipeline it will be listed like so:</para>
<mediaLink>
<caption placement="after" lead="Named Texture">The example texture bound with name displayed.</caption>
+1 -1
View File
@@ -105,7 +105,7 @@
</mediaLink>
<para>From here, once you have selected a pixel, you can also launch the
<link xlink:href="8a7568ca-6b2c-4873-b8eb-d1ad2aff9629">pixel debugger</link> if you have
the drawcall that yo uwant to debug selected. You can also launch the
the drawcall that you want to debug selected. You can also launch the
<link xlink:href="F1C1E449-55ED-46FE-BBFD-11D1A0511501">pixel history</link> view which shows all
modifications that have happened to the texture since the start of the frame to the currently selected
event.</para>