This commit is contained in:
2020-01-23 23:13:36 -08:00
parent dcc0df955e
commit 2bc9ebdc6b
31829 changed files with 1229378 additions and 17 deletions

View File

@@ -0,0 +1 @@
initSidebarItems({"enum":[["BorderColor","The color to use for the border of an image."],["Filter","Describes how the color of each pixel should be determined."],["MipmapMode","Describes which mipmap from the source to use."],["SamplerAddressMode","How the sampler should behave when it needs to access a pixel that is out of range of the texture."],["SamplerCreationError","Error that can happen when creating an instance."],["UnnormalizedSamplerAddressMode","How the sampler should behave when it needs to access a pixel that is out of range of the texture."]],"struct":[["Sampler","Describes how to retrieve data from an image within a shader."]]});