AdvancedOptional_Optionaladdresssetting this will set wrapModeU,wrapModeV and wrapModeW all at once!
Optionaladdressspecifies the {{GPUAddressMode|address modes}} for the texture width, height, and depth coordinates, respectively.
Optionaladdressspecifies the {{GPUAddressMode|address modes}} for the texture width, height, and depth coordinates, respectively.
OptionaladdressSpecifies the {{GPUAddressMode|address modes}} for the texture width, height, and depth coordinates, respectively.
OptionalcompareWhen provided the sampler will be a comparison sampler with the specified COMPARE_FUNCTION. Note: Comparison samplers may use filtering, but the sampling results will be implementation-dependent and may differ from the normal filtering rules.
Optional ReadonlydestroyedHas the style been destroyed?
OptionallodSpecifies the minimum and maximum levels of detail, respectively, used internally when sampling a texture.
Optionallodspecifies the minimum and maximum levels of detail, respectively, used internally when sampling a texture.
Optionalmagspecifies the sampling behavior when the sample footprint is smaller than or equal to one texel.
OptionalmaxSpecifies the maximum anisotropy value clamp used by the sampler. Note: Most implementations support TextureStyle#maxAnisotropy values in range between 1 and 16, inclusive. The used value of TextureStyle#maxAnisotropy will be clamped to the maximum value that the platform supports.
setting this to anything higher than 1 will set scale modes to 'linear'
Optionalminspecifies the sampling behavior when the sample footprint is larger than one texel.
Optionalmipmapspecifies behavior for sampling between mipmap levels.
Optionalscalesetting this will set magFilter,minFilter and mipmapFilter all at once!
Optionalwrap
The options for the texture style.