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

HLSL: phase 1: add RWTexture and RWBuffer #540

Merged
merged 1 commit into from Oct 6, 2016
Merged

HLSL: phase 1: add RWTexture and RWBuffer #540

merged 1 commit into from Oct 6, 2016

Conversation

ghost
Copy link

@ghost ghost commented Oct 6, 2016

There's a lot to do for RWTexture and RWBuffer, so it will be broken up into several PRs. This is the first.

This adds RWTexture and RWBuffer support, with the following limitations:

  • Only 4 component formats supported
  • No operator[] yet

Those will be added in other PRs.

This PR supports declarations and the Load & GetDimensions methods. New tests are added.

There's a lot to do for RWTexture and RWBuffer, so it will be broken up into
several PRs.  This is #1.

This adds RWTexture and RWBuffer support, with the following limitations:
  * Only 4 component formats supported
  * No operator[] yet

Those will be added in other PRs.

This PR supports declarations and the Load & GetDimensions methods.  New tests are
added.
@johnkslang johnkslang merged commit 7a7217c into KhronosGroup:master Oct 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant