Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ ClearTextureParamsData
Function
ClearTextureParamsData
engine/graphics/src/graphics_private.h:356–360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
354
};
355
356
static inline void ClearTextureParamsData(TextureParams& params)
357
{
358
params.m_Data = 0x0;
359
params.m_DataSize = 0;
360
}
361
362
static inline uint32_t GetNextRenderTargetId()
363
{
Callers
3
NullNewRenderTarget
Function · 0.85
CreateRenderTargetAttachment
Function · 0.85
VulkanNewRenderTarget
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected