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