MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / Draw

Method Draw

include/TextureUnmanaged.hpp:194–196  ·  view source on GitHub ↗

* Draw a Texture2D * * @see ::DrawTexture() */

Source from the content-addressed store, hash-verified

192 * @see ::DrawTexture()
193 */
194 void Draw(int posX = 0, int posY = 0, ::Color tint = {255, 255, 255, 255}) const {
195 ::DrawTexture(*this, posX, posY, tint);
196 }
197
198 /**
199 * Draw a Texture2D with position defined as Vector2

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected