Function Camera.this
Initialize a new camera.
this
(
uint bindingLocation = 0u
);
Parameters
Name | Description |
---|---|
bindingLocation | Vertex shader uniform binding location, e.g. layout(binding = 0) in GLSL. |