MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / IsWritable

Method IsWritable

src/lua/LuaTextures.cpp:244–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 bool Bind() const;
243 bool IsValid() const { return bzTexID >= 0; }
244 bool IsWritable() const { return false; }
245
246 GLenum GetTarget() const;
247 GLenum GetFormat() const;

Callers 6

TexParameterMethod · 0.45
TexSubImageMethod · 0.45
CopyToTextureMethod · 0.45
GenerateMipMapMethod · 0.45
TexBufferMethod · 0.45
AttachObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected