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 1010#define nbl_hlsl_FLT_EPSILON 5. 96046447754e-08
1111#endif
1212
13- #ifdef __HLSL_VERSION
14- fjlksad;fjslakdfj
15- #endif
16-
1713#define SHADER_CRASHING_ASSERT (expr) \
1814 do { \
1915 [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
109109 }
110110
111111 auto image = ICPUImage::create (std::move (imgParams));
112- auto buffer = ICPUBuffer::create ({ . size = bufferSize });
112+ auto buffer = ICPUBuffer::create ({ bufferSize });
113113 auto regions = core::make_refctd_dynamic_array<core::smart_refctd_dynamic_array<IImage::SBufferCopy>>(mipLevels);
114114
115115 size_t bufferOffset = 0ull ;
You can’t perform that action at this time.
0 commit comments