Skip to content

Commit 0fac0cb

Browse files
author
devsh
committed
aaaand the typos
1 parent c2459bb commit 0fac0cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/nbl/builtin/hlsl/blit/default_blit.comp.hlsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ inCS.SampleLevel(inSamp, blit::impl::dim_to_image_properties<ConstevalParameters
2727
struct InImgAccessor
2828
{
2929
template<typename T, int32_t Dims NBL_FUNC_REQUIRES(is_same_v<T,float>)
30-
vector<T,4> data get(const vector<uint16_t,Dims> uv, uint16_t layer, uint16_t level)
30+
vector<T,4> get(const vector<uint16_t,Dims> uv, uint16_t layer, uint16_t level)
3131
{
32-
return __get_impl<Dims>(uv,_static_cast<float>(layer),_static_cast<float>(level),data);
32+
return __get_impl<Dims>(uv,_static_cast<float>(layer),_static_cast<float>(level));
3333
}
3434

3535
template<int32_t Dims>

0 commit comments

Comments
 (0)