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

bevy_render2::render_resource does not expose StencilOperation #2818

Closed
VVishion opened this issue Sep 13, 2021 · 0 comments
Closed

bevy_render2::render_resource does not expose StencilOperation #2818

VVishion opened this issue Sep 13, 2021 · 0 comments
Labels
A-Rendering Drawing game state to the screen C-Usability A simple quality-of-life change that makes Bevy easier to use

Comments

@VVishion
Copy link
Contributor

Bevy version

59bfbd3

What you did

Constructing my own render pipeline with stencil attachment.

What you expected to happen

All wgpu types exposed.

What actually happened

StencilOperation not exposed.

@VVishion VVishion added C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled labels Sep 13, 2021
VVishion added a commit to VVishion/bevy that referenced this issue Sep 13, 2021
# Objective

Bevy should expose all wgpu types needed for building rendering pipelines.

## Solution

Add wgpu's StencilOperation to bevy_render2::render_resource's export.
@alice-i-cecile alice-i-cecile added A-Rendering Drawing game state to the screen C-Usability A simple quality-of-life change that makes Bevy easier to use and removed C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled labels Sep 14, 2021
bors bot pushed a commit that referenced this issue Sep 16, 2021
# Objective

Bevy should expose all wgpu types needed for building rendering pipelines.
Closes #2818

## Solution

Add wgpu's StencilOperation to bevy_render2::render_resource's export.
bors bot pushed a commit that referenced this issue Sep 16, 2021
# Objective

Bevy should expose all wgpu types needed for building rendering pipelines.
Closes #2818

## Solution

Add wgpu's StencilOperation to bevy_render2::render_resource's export.
bors bot pushed a commit that referenced this issue Sep 16, 2021
# Objective

Bevy should expose all wgpu types needed for building rendering pipelines.
Closes #2818

## Solution

Add wgpu's StencilOperation to bevy_render2::render_resource's export.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Rendering Drawing game state to the screen C-Usability A simple quality-of-life change that makes Bevy easier to use
Projects
None yet
Development

No branches or pull requests

2 participants