mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Minor code cleanup
--HG-- branch : minor
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include <stddef.h>
|
||||
|
||||
namespace love
|
||||
{
|
||||
@@ -150,6 +151,11 @@ public:
|
||||
**/
|
||||
virtual bool hasUniform(const std::string &name) const = 0;
|
||||
|
||||
/**
|
||||
* Sets the textures used when rendering a video. For internal use only.
|
||||
**/
|
||||
virtual void setVideoTextures(ptrdiff_t ytexture, ptrdiff_t cbtexture, ptrdiff_t crtexture) = 0;
|
||||
|
||||
static bool getConstant(const char *in, ShaderStage &out);
|
||||
static bool getConstant(ShaderStage in, const char *&out);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user