mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 12:45:50 +00:00
Fix a missing period.
parent
87833ef73e
commit
65ced8f1a0
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ Samples the current location, returning a vector containing the colour of the cu
|
||||||
float4 SampleLocation(float2 location);
|
float4 SampleLocation(float2 location);
|
||||||
```
|
```
|
||||||
Samples a location that doesn't have to be the current sample location
|
Samples a location that doesn't have to be the current sample location
|
||||||
location is a float vector which contains the X Y coordinates of where to sample from
|
location is a float vector which contains the X Y coordinates of where to sample from.
|
||||||
The sample range is 0.0 to 1.0 using the OpenGL coordinate system
|
The sample range is 0.0 to 1.0 using the OpenGL coordinate system
|
||||||
***
|
***
|
||||||
```c++
|
```c++
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue