Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: forward render pipeline #1511

Merged
merged 2 commits into from
Jan 2, 2025
Merged

fix: forward render pipeline #1511

merged 2 commits into from
Jan 2, 2025

Conversation

emadurandal
Copy link
Collaborator

No description provided.

Yuki Shimada added 2 commits January 2, 2025 17:08
- Introduced a new function `createBloomExpression` to facilitate bloom effects in rendering.
- The function accepts a texture and parameters, returning the bloom expression and the bloomed render target.
- Enhanced documentation with detailed JSDoc comments for better understanding and usage.
…sitory

- Added new private maps to store source and destination texture views, as well as bind groups for mipmap generation.
- Enhanced mipmap generation logic to check and reuse existing views and bind groups, improving performance and reducing unnecessary texture view creations.
- Streamlined the rendering process by ensuring efficient management of GPU resources during mipmap generation.
@emadurandal emadurandal merged commit 9fd0c2c into main Jan 2, 2025
4 checks passed
@emadurandal emadurandal deleted the fix/forward-render-pipeline branch January 2, 2025 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant