You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LIST_BUILTIN_RESOURCE(RESOURCES_TO_EMBED"vertex.hlsl") # (*) -> this we could precompile [no resources for which set/binding Ixs could be adjusted] but I'm not going to mix stuff
36
-
LIST_BUILTIN_RESOURCE(RESOURCES_TO_EMBED"fragment.hlsl") # (*) -> but this we could not since we let users to provide pipeline layout + set/binding Ixs at runtime
36
+
LIST_BUILTIN_RESOURCE(RESOURCES_TO_EMBED"fragment.hlsl") # (*) -> but this we could not since we let users to provide external descriptor set layout + ImGUI textures & sampler state set/binding Ixs (for pipeline layout) at runtime
0 commit comments