mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-16 21:26:09 +00:00
Fix comment
This commit is contained in:
parent
5f02afc14d
commit
427678910a
@ -62,10 +62,10 @@ impl Renderer {
|
||||
let available_features = adapter.features();
|
||||
|
||||
// By requesting the intersection of desired and available features,
|
||||
// we ensure two things:
|
||||
// we prevent two things:
|
||||
//
|
||||
// 1. That requesting the device doesn't panic, which would happen
|
||||
// if we requested unavailable features.
|
||||
// 1. That requesting the device panics, which would happen if we
|
||||
// requested unavailable features.
|
||||
// 2. That a developer ends up accidentally using features that
|
||||
// happen to be available on their machine, but that aren't
|
||||
// necessarily available for all the users.
|
||||
|
Loading…
Reference in New Issue
Block a user