From c818ef13f72169a9182ff20224177197ff8bc942 Mon Sep 17 00:00:00 2001 From: chyyran Date: Mon, 6 Feb 2023 19:34:01 -0500 Subject: [PATCH] docs(reflect): Update docs to reflect that uniforms can be bound to both UBO and Push Constants --- librashader-reflect/src/reflect/semantics.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/librashader-reflect/src/reflect/semantics.rs b/librashader-reflect/src/reflect/semantics.rs index 9554459..b97f116 100644 --- a/librashader-reflect/src/reflect/semantics.rs +++ b/librashader-reflect/src/reflect/semantics.rs @@ -191,8 +191,7 @@ pub struct PushReflection { /// The offset of a uniform member. /// -/// A uniform can be bound to **either** the UBO, or as a Push Constant. Binding -/// the same variable name to both locations will result in indeterminate results. +/// A uniform can be bound to both the UBO, or as a Push Constant. #[derive(Debug, Copy, Clone, PartialEq, Eq)] pub struct MemberOffset { /// The offset of the uniform member within the UBO.