Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examine DXGI_FORMAT_R10G10B10A2_UINT support for buffers #18

Closed
baldurk opened this issue Mar 3, 2014 · 2 comments
Closed

Examine DXGI_FORMAT_R10G10B10A2_UINT support for buffers #18

baldurk opened this issue Mar 3, 2014 · 2 comments
Labels
Bug A crash, misbehaviour, or other problem

Comments

@baldurk
Copy link
Owner

baldurk commented Mar 3, 2014

loading, format checking, casting (e.g. try to DXGI_FORMAT_R32G32B32A32_UINT) and specifying 10:10:10:2 in the buffer format specifier.

@baldurk
Copy link
Owner Author

baldurk commented Mar 3, 2014

In 559b8e40 there are now two types "uintten" and "unormten" that can be specified in the buffer viewer to interpret data as 10:10:10:2 uint or unorm respectively.

http://i.imgur.com/JNnCTSz.png

@baldurk
Copy link
Owner Author

baldurk commented Mar 4, 2014

Changelist 7d4e539c will list the format in the pipeline state for typed buffers instead of listing an empty format. At the same time I included the root structure name for structured buffers instead of empty. I think this fixes the issues that were seen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A crash, misbehaviour, or other problem
Projects
None yet
Development

No branches or pull requests

1 participant