Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
diff-gaussian-rasterization
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alan de Oliveira
diff-gaussian-rasterization
Commits
bd2b368f
Commit
bd2b368f
authored
Jun 14, 2023
by
Bernhard Kerbl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Linux fix
parent
476615b0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
auxiliary.h
cuda_rasterizer/auxiliary.h
+1
-1
No files found.
cuda_rasterizer/auxiliary.h
View file @
bd2b368f
...
...
@@ -26,7 +26,7 @@ __device__ constexpr float SH_C3[] = {
-
0
.
5900435899266435
f
};
__forceinline
__
host__
__
device__
float
ndc2Pix
(
float
v
,
int
S
)
__forceinline
__device__
float
ndc2Pix
(
float
v
,
int
S
)
{
return
((
v
+
1
.
0
)
*
S
-
1
.
0
)
*
0
.
5
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment