gioui.orggioui.org/gpu

Imports of package gpu

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
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/cpu
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
gioui.org/shader/piet
hash/maphashPackage maphash provides hash functions on byte sequences and comparable values.
imagePackage image implements a basic 2-D image library.
image/colorPackage color implements a basic color library.
image/drawPackage draw provides image composition functions.
image/pngPackage png implements a PNG image decoder and encoder.
mathPackage math provides basic constants and mathematical functions.
math/bitsPackage bits implements bit counting and manipulation functions for the predeclared unsigned integer types.
osPackage os provides a platform-independent interface to operating system functionality.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
sortPackage sort provides primitives for sorting slices and user-defined collections.
timePackage time provides functionality for measuring and displaying time.
unsafePackage unsafe contains operations that step around the type safety of Go programs.