Skip to content

Commit

Permalink
Match function signatures.
Browse files Browse the repository at this point in the history
Signed-off-by: Curtis Black <[email protected]>
  • Loading branch information
curtisblack committed Aug 26, 2024
1 parent a9e79bb commit e36170c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liboslexec/pointcloud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ osl_pointcloud_write_helper(void* names_, void* types_, void* values_,
OSL_SHADEOP OSL_HOSTDEVICE int
osl_pointcloud_write(OpaqueExecContextPtr oec, ustringhash_pod filename_,
const void* pos_, int nattribs, const void* names_,
const void* types_, const void** values_)
const void* types_, const void* values_)
{
#ifndef __CUDACC__
ShaderGlobals* sg = (ShaderGlobals*)oec;
Expand Down

0 comments on commit e36170c

Please sign in to comment.