Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions NamiColor_dev/NamiColor_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ DEFINE_UI_PARAMS(B_shift, B Shift, DCTLUI_SLIDER_FLOAT, 0.0,
// Cineon lift
DEFINE_UI_PARAMS(postLift, Fit to Cineon Base, DCTLUI_CHECK_BOX, 0)

__DEVICE__ float3


__DEVICE__ float3 transform(int p_Width, int p_Height, int p_X, int p_Y, float p_R, float p_G, float p_B)
{
Expand Down