gioui.orggioui.org/gpu

Imports of package gpu

PathSynopsis
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
gioui.org/gpu/internal/d3d11
gioui.org/gpu/internal/driver
gioui.org/gpu/internal/metal
gioui.org/gpu/internal/opengl
gioui.org/gpu/internal/vulkan
gioui.org/internal/byteslicePackage byteslice provides byte slice views of other Go values such as slices and structs.
gioui.org/internal/f32Package f32 is an internal version of the public package f32 with extra types for internal use.
gioui.org/internal/f32color
gioui.org/internal/ops
gioui.org/internal/scenePackage scene encodes and decodes graphics commands in the format used by the compute renderer.
gioui.org/internal/strokePackage stroke implements conversion of strokes to filled outlines.
gioui.org/layoutPackage layout implements layouts common to GUI programs.
gioui.org/opPackage op implements operations for updating a user interface.
gioui.org/shader
gioui.org/shader/gio
imagePackage image implements a basic 2-D image library.
image/colorPackage color implements a basic color library.
mathPackage math provides basic constants and mathematical functions.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
timePackage time provides functionality for measuring and displaying time.
unsafePackage unsafe contains operations that step around the type safety of Go programs.