Skip to content
Snippets Groups Projects

Implements #141 normals

Merged Nicolas Pope requested to merge feature/141/normals into master
2 files
+ 7
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -6,7 +6,7 @@
@@ -6,7 +6,7 @@
namespace ftl {
namespace ftl {
namespace cuda {
namespace cuda {
void ftl::cuda::normals(ftl::cuda::TextureObject<float4> &output,
void normals(ftl::cuda::TextureObject<float4> &output,
ftl::cuda::TextureObject<float4> &input, cudaStream_t stream);
ftl::cuda::TextureObject<float4> &input, cudaStream_t stream);
}
}
Loading