Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadSpheroid committed Jul 17, 2024
1 parent f1c4901 commit b64d26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-07-14-ExploringFurther.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Now, at the heart of C, we have pointers, without them well, you can't really ge

So what would happen if you try to pass a CPU Pointer to the GPU?
Well, of course, it wont work, the GPU simply segfaults, as it cannot understand the pointer given to it.
But we still need to use pointers, we can't just abandon them. So how do we do this?
But we still need to use **pointers**, we can't just abandon them. So how do we do this?

# Buffers

Expand Down

0 comments on commit b64d26e

Please sign in to comment.