Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Hlsl path tracer example#947

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed

Conversation

@devshgraphicsprogramming
Copy link
Member

@devshgraphicsprogrammingdevshgraphicsprogramming commentedNov 12, 2025
edited
Loading

Description

Continues#863

Testing

TODO list:

Missinghttps://github.com/Devsh-Graphics-Programming/Nabla/blob/master/include/nbl/builtin/glsl/sampling/quantized_sequence.glsl

The#define should betemplate<uint16_t BytesLog2,int32_t Dim> QuantizedSequence in namespacenbl::sampling

You treat it as Dim ofUNORM shoved in0x1<<BytesLog2 data type thats eithervector<uint16_t,N> orvector<uint32_t,N> depending on whats easier to decode, neveruint64_t

there should be avector<FloatingPointScalar,D> nbl::sampling::decode(const QuantizedSequence<N,D> val, QuantizedSequence<N,D> scramble)

Valid combos areBytesLog2 from 1 to 4 (not 0 because no uint8_t type) and Dim from 1 to 4

keptsecretand others added27 commitsNovember 14, 2025 14:49
…mek's remove_core_matrix branch, added create from mat3x3
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

6 participants

@devshgraphicsprogramming@keptsecret@Przemog1@Erfan-Ahmadi@karimsayedre

[8]ページ先頭

©2009-2025 Movatter.jp