-
Notifications
You must be signed in to change notification settings - Fork 17
texture
CapsAdmin edited this page Mar 15, 2015
·
30 revisions
- texture:BeginWrite()
- texture:Bind()
- texture:Clear(val, level)
- texture:CreateBuffer(buffer_type, stride)
- texture:Download(level, format)
- texture:EndWrite()
- texture:Fill(callback, write_only, read_only)
- texture:GetChannel(var)
- texture:GetFilter(var)
- texture:GetFormatType(var)
- texture:GetInternalFormat(var)
- texture:GetMipMapLevels(var)
- texture:GetPixelColor(x, y)
- texture:GetSize()
- texture:GetTextureType(var)
- texture:GetUploadFormat(var)
- texture:IsLoading()
- texture:MakeError()
- texture:OnRemove()
- texture:Replace(data, w, h)
- texture:SetChannel(var)
- texture:SetFilter(var)
- texture:SetFormatType(var)
- texture:SetInternalFormat(var)
- texture:SetMipMapLevels(var)
- texture:SetSize(var)
- texture:SetTextureType(var)
- texture:SetUploadFormat(var)
- texture:Shade(fragment_shader, vars, dont_blend)
- texture:Upload(buffer, format_override)
- texture:__copy()
- texture:__tostring2()