Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TexParameter
Method · 0.45
TexSubImage
Method · 0.45
CopyToTexture
Method · 0.45
GenerateMipMap
Method · 0.45
TexBuffer
Method · 0.45
AttachObject
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected