-
Notifications
You must be signed in to change notification settings - Fork 37
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
[0010] Update for writability was incomplete #86
Comments
@llvm-beanz Please assign to me. |
Here is the current spec:
Note that the const after Get() does not prevent writing of the pointee. The const here only assures that the BufferPointer itself is not changed by the Get() method. So I contend that the current spec allows writing as well as reading of the pointee, and no change to the proposal is needed. |
Apologies for incorrectly referencing the error. This is the incorrect line: https://github.com/microsoft/hlsl-specs/blob/main/proposals/0010-vk-buffer-ref.md?plain=1#L71
The |
OK. I will remove const. |
@llvm-beanz I believe this can now be closed. PTAL. |
Which proposal does this relate to?
Proposal 0010 - vk::BufferPointer
Describe the issue or outstanding question.
The
Get()
method definitions are missing non-const versions.Additional context
See comment here
The text was updated successfully, but these errors were encountered: