File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ CSFML_AUDIO_API sfTime sfMusic_getDuration(const sfMusic* music);
175
175
CSFML_AUDIO_API sfTimeSpan sfMusic_getLoopPoints (const sfMusic * music );
176
176
177
177
////////////////////////////////////////////////////////////
178
- /// \brief Sets the beginning and end of the sound's looping sequence using sf::Time
178
+ /// \brief Sets the beginning and end of the sound's looping sequence using sfTime
179
179
///
180
180
/// Loop points allow one to specify a pair of positions such that, when the music
181
181
/// is enabled for looping, it will seamlessly seek to the beginning whenever it
Original file line number Diff line number Diff line change 31
31
32
32
33
33
////////////////////////////////////////////////////////////
34
- /// \brief Types of primitives that a sf::VertexArray can render
34
+ /// \brief Types of primitives that an sfVertexArray can render
35
35
///
36
36
/// Points and lines have no area, therefore their thickness
37
37
/// will always be 1 pixel, regardless the current transform
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ CSFML_GRAPHICS_API unsigned int sfVertexBuffer_getNativeHandle(sfVertexBuffer* v
174
174
/// This function defines how the vertices must be interpreted
175
175
/// when it's time to draw them.
176
176
///
177
- /// The default primitive type is sf::Points .
177
+ /// The default primitive type is sfPoints .
178
178
///
179
179
/// \param vertexBuffer Vertex buffer object
180
180
/// \param type Type of primitive
@@ -248,7 +248,7 @@ CSFML_GRAPHICS_API void sfVertexBuffer_bind(const sfVertexBuffer* vertexBuffer);
248
248
///
249
249
/// This function should always be called before using
250
250
/// the vertex buffer features. If it returns false, then
251
- /// any attempt to use sf::VertexBuffer will fail.
251
+ /// any attempt to use sfVertexBuffer will fail.
252
252
///
253
253
/// \return True if vertex buffers are supported, false otherwise
254
254
///
You can’t perform that action at this time.
0 commit comments