Add a buffer_view variant option to wireframe sample - #568
Conversation
alan-baker
commented
Jun 23, 2026
- Combines all model data into a single buffer
- Beginning of the buffer has model metadata
- vertex and index buffers for each draw set from offsets into the buffer
- buffer_view shaders passed the whole buffer
* Combines all model data into a single buffer
* Beginning of the buffer has model metadata
* vertex and index buffers for each draw set from offsets into the
buffer
* buffer_view shaders passed the whole buffer
|
@beaufortfrancois thoughts on this as the buffer_view example we discussed? |
beaufortfrancois
left a comment
There was a problem hiding this comment.
Thanks for starting this!
|
Any browser to test? |
It works in Chrome Canary (153). Full chrome release is slated for September 8, 2026. |
|
Ok thanks.. also on Android canary? Can’t see reported on webgpu report
site even on chrome canary for android updated today at 154.0.8015..
So two questions
1) has webgpureport.org support for reporting this feature or web page has
to be updated too?
2) how to know if sample is using it without using chrome developer tools?
El El vie, 21 ago 2026 a las 19:51, alan-baker ***@***.***>
escribió:
… *alan-baker* left a comment (webgpu/webgpu-samples#568)
<#568 (comment)>
Any browser to test?
It works in Chrome Canary (153). Full chrome release is slated for
September 8, 2026.
—
Reply to this email directly, view it on GitHub
<#568?email_source=notifications&email_token=AAFDM6JLTKZWMQXFDXTVQXD5LCD2TA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMZXGMZTKMZXG42KM4TFMFZW63VHMNXW23LFNZ2KKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-5373353774>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFDM6J7QR3YTRJAGOFI5H35LCD2TAVCNFSNUABFKJSXA33TNF2G64TZHMYTONZWGQ2TEMRXHNEXG43VMU5TINZSGE4TONZVHEY2C5QC>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
It should be, I've tested it on a Pixel 10. The sample will not display the checkbox for bufferView in the options if the feature is not available. There should be no visual difference when enabled. |