Commit 2f5f692
committed
add a new
create() that takes r0 and extents, also use * rsqrt instead of / sqrt1 parent 6ee9227 commit 2f5f692
3 files changed
Lines changed: 28 additions & 2 deletions
File tree
- include/nbl/builtin/hlsl
- sampling
- shapes
Submodule examples_tests updated 6 files
- 37_HLSLSamplingTests/CMakeLists.txt+5-5
- 37_HLSLSamplingTests/app_resources/shaders/test_compile.comp.hlsl+127-127
- 37_HLSLSamplingTests/benchmarks/CDiscreteSamplerBenchmark.h+10-7
- 37_HLSLSamplingTests/benchmarks/CSamplerBenchmark.h+6-6
- 37_HLSLSamplingTests/main.cpp+90-87
- 37_HLSLSamplingTests/tests/property/CSamplerPropertyTester.h+15-15
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
62 | 88 | | |
63 | 89 | | |
64 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments