MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / Ptr

Method Ptr

deps/LLGL/include/LLGL/Color.h:249–252  ·  view source on GitHub ↗

Returns a pointer to the first element of this vector.

Source from the content-addressed store, hash-verified

247
248 //! Returns a pointer to the first element of this vector.
249 T* Ptr()
250 {
251 return v_;
252 }
253
254 //! Returns a constant pointer to the first element of this vector.
255 const T* Ptr() const

Callers 13

ClearMethod · 0.45
SetBlendFactorMethod · 0.45
ClearColorBufferMethod · 0.45
SetBlendFactorMethod · 0.45
ClearMethod · 0.45
ClearAttachmentsMethod · 0.45
SetBlendFactorMethod · 0.45
SetBlendFactorMethod · 0.45
SetDescMethod · 0.45
ClearBuffersMethod · 0.45
ClearColorBuffersMethod · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36