Skip to content

Conversation

@mvaligursky
Copy link
Contributor

@mvaligursky mvaligursky commented Sep 9, 2025

Fixes #7921

Updated public API

  • new override parameter to add multiple chunks to shader chunks map. If those chunks are already set up, new chunks are ignored
ShaderChunkMap.add(object, override = true)

internally, CameraFrame chunks are now added only if they do not already exist, allowing user to override them by setting them before the CameraFrame is constructed.

Screenshot 2025-09-09 at 14 27 09

@mvaligursky mvaligursky self-assigned this Sep 9, 2025
@mvaligursky mvaligursky added enhancement Request for a new feature area: graphics Graphics related issue labels Sep 9, 2025
@mvaligursky mvaligursky requested a review from a team September 9, 2025 13:45
@mvaligursky mvaligursky merged commit 4052cef into main Sep 10, 2025
7 checks passed
@mvaligursky mvaligursky deleted the mv-override-cameraframe-chunks branch September 10, 2025 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: graphics Graphics related issue enhancement Request for a new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

It is not possible to override compose shader chunks.

3 participants