Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21b91a78e2b52f1

Jump to content

Talk:Direct3D

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 10 months ago by Petercbh in topic Floating-point rules.
[edit]

Hello fellow Wikipedians,

I have just modified one external link on Direct3D. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, please set the checked parameter below to true or failed to let others know (documentation at {{Sourcecheck}}).

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 5 June 2024).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 16:14, 13 December 2016 (UTC)Reply

[edit]

Hello fellow Wikipedians,

I have just modified 2 external links on Direct3D. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 5 June 2024).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 09:39, 27 July 2017 (UTC)Reply

[edit]

Hello fellow Wikipedians,

I have just modified 6 external links on Direct3D. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 5 June 2024).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 03:50, 11 September 2017 (UTC)Reply

Direct3D 12 and Mantle

[edit]

https://en.wikipedia.org/w/index.php?title=Direct3D&diff=prev&oldid=1242766310
https://en.wikipedia.org/w/index.php?title=Direct3D&diff=prev&oldid=1242766853

There are claims of D3D12 being directly influenced by Mantle, or even based on it. There doesn't seem to be proper sources stating as such; the references given on the article were basically speculation and inference.

Should these be reinstated? If not, does anyone have better sources? Eddmanx (talk) 16:38, 28 August 2024 (UTC)Reply

Floating-point rules.

[edit]

In the section "Direct3d 10.1" we have: "Floating Point Rules – Uses the same IEEE-754 rules for floating-point EXCEPT 32-bit floating point operations have been tightened to produce a result within 0.5 unit-last-place (0.5 ULP) of the infinitely precise result. This applies to addition, subtraction, and multiplication. (accuracy to 0.5 ULP for multiply, 1.0 ULP for reciprocal)."

This is incorrect. IEEE-754 have always required that the result be within 0.5 ULP of the infinitely precise result when the round-to-nearest rounding mode is in effect. This is the default. IEEE-754 allows users to select directed rounding modes for which the result is within 1 ULP. Petercbh (talk) 15:06, 6 September 2025 (UTC)Reply

So in fact, going by what is in the above quote, Direc3d 10.1 loosens the IEEE-784 rules for reciprocal. Exactly the opposite to what is claimed in the article. Petercbh (talk) 15:10, 6 September 2025 (UTC)Reply