PokéRogue
GitHub
Switch to Beta
Preparing search index...
src/audio/audio-manager
GPUTextureDescriptor
Interface GPUTextureDescriptor
interface
GPUTextureDescriptor
{
dimension
?:
GPUTextureDimension
;
format
:
GPUTextureFormat
;
label
?:
string
;
mipLevelCount
?:
number
;
sampleCount
?:
number
;
size
:
GPUExtent3D
;
usage
:
number
;
viewFormats
?:
GPUTextureFormat
[]
;
}
Hierarchy (
View Summary
)
GPUObjectDescriptorBase
GPUTextureDescriptor
Index
Properties
dimension?
format
label?
mip
Level
Count?
sample
Count?
size
usage
view
Formats?
Properties
Optional
dimension
dimension
?:
GPUTextureDimension
format
format
:
GPUTextureFormat
Optional
label
label
?:
string
Optional
mip
Level
Count
mipLevelCount
?:
number
Optional
sample
Count
sampleCount
?:
number
size
size
:
GPUExtent3D
usage
usage
:
number
Optional
view
Formats
viewFormats
?:
GPUTextureFormat
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dimension
format
label
mip
Level
Count
sample
Count
size
usage
view
Formats
GitHub
Switch to Beta
PokéRogue
Loading...