File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
include/nbl/builtin/hlsl/math/equations
src/nbl/ext/TextRendering Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 10
10
#define nbl_hlsl_FLT_EPSILON 5. 96046447754e-08
11
11
#endif
12
12
13
- #ifdef __HLSL_VERSION
14
- fjlksad;fjslakdfj
15
- #endif
16
-
17
13
#define SHADER_CRASHING_ASSERT (expr) \
18
14
do { \
19
15
[branch] if (!(expr)) \
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ core::smart_refctd_ptr<ICPUImage> FontFace::generateGlyphMSDF(uint32_t baseMSDFP
109
109
}
110
110
111
111
auto image = ICPUImage::create (std::move (imgParams));
112
- auto buffer = ICPUBuffer::create ({ . size = bufferSize });
112
+ auto buffer = ICPUBuffer::create ({ bufferSize });
113
113
auto regions = core::make_refctd_dynamic_array<core::smart_refctd_dynamic_array<IImage::SBufferCopy>>(mipLevels);
114
114
115
115
size_t bufferOffset = 0ull ;
You can’t perform that action at this time.
0 commit comments